Author: pmichaud
Date: Sat Dec 20 03:57:21 2008
New Revision: 34139

Modified:
   trunk/languages/perl6/t/00-parrot/01-literals.t

Log:
[rakudo]:  update tests to match \d --> \c change in r34138.


Modified: trunk/languages/perl6/t/00-parrot/01-literals.t
==============================================================================
--- trunk/languages/perl6/t/00-parrot/01-literals.t     (original)
+++ trunk/languages/perl6/t/00-parrot/01-literals.t     Sat Dec 20 03:57:21 2008
@@ -34,12 +34,12 @@
 
 say 'ok ', "\x31\x38";
 say 'ok ', "1\x39";
-say 'ok ', "\d50\o60";
-say "\x023 test multiple escapes in string using diag output: \x31\d50\o63";
+say 'ok ', "\c50\o60";
+say "\x023 test multiple escapes in string using diag output: \x31\c50\o63";
 say "ok 21";
 
 say 'ok ', +"\x[32]2";
-say 'ok ', +"2\d[51]";
+say 'ok ', +"2\c[51]";
 say 'ok ', +"\o[62,064]";
 
 

Reply via email to