Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove tests that STD/Niecza disagree with.
Rakudo will also, after cursless branch merges.
  • Loading branch information
jnthn committed Oct 3, 2013
1 parent f2f591d commit 7c5ddf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S05-metasyntax/delimiters.t
@@ -1,14 +1,14 @@

use Test;

plan 23;
plan 21;

# L<S05/Regexes constitute a first-class language, rather than just being strings/can take (almost) any chars as delimiters>

my @delims = < ^ ° ! " § $ % @ € & / = ? ` * + ~ ' ; , . - | >;
my @delims = < ^ ° ! " § $ % @ € & / = ? ` * + ~ ; , . | >;
my %todo;

#?niecza emit %todo = < ? 1 * 1 + 1 ~ 1 ' 1 - 1 >;
#?niecza emit %todo = < ? 1 * 1 + 1 ~ 1 >;

for @delims -> $d {
my $ok = try { eval("my \$x = 'abc'; \$x ~~ m{$d}b{$d}") };
Expand Down

0 comments on commit 7c5ddf1

Please sign in to comment.