Skip to content

Commit

Permalink
[STATUS] updated
Browse files Browse the repository at this point in the history
Moved lookarounds to the end, un-todo'd one test with lookahead in it.
  • Loading branch information
Carl Masak committed Feb 20, 2010
1 parent bfc9c6b commit d026724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions STATUS
Expand Up @@ -29,9 +29,9 @@ rx_backtrack 23 DONE (one todo test remains)
rx_modifiers 102 DONE (a few todo tests remain)
rx_captures 48 DONE (a few todo tests remain)
rx_subrules 60 DONE
rx_lookarounds 33 work in progress
rx_lookarounds 33 DONE
rx_goal 11 work in progress

rx_goal 11 to be done
rx_syntax 33 to be done

Here's a copy of PGE's STATUS, adapted for GGE:
Expand Down
2 changes: 1 addition & 1 deletion t/perl6regex/01-regex.t
Expand Up @@ -8,14 +8,14 @@ my $previous-rule;
sub dirname($path) { $path.comb(/<-[/]>+ '/'/).join() } #' (vim fix)

my @test-files = <
lookarounds
metachars
quantifiers
backtrack
charclass
modifiers
captures
subrules
lookarounds
>;

for @test-files -> $test-file {
Expand Down
1 change: 0 additions & 1 deletion t/perl6regex/rx_modifiers
Expand Up @@ -94,7 +94,6 @@ foo '-'? bar foo - bar n basic non-match
:s()foo '-'? bar foo - bar n basic ws match
# todo :pge<feature>
:s[]foo '-'? bar foo - bar y basic ws match
# todo :gge<no <?lookahead> yet>
:s<?wb>foo '-'? bar foo - bar y basic ws match with boundary modifier separation
:s::foo '-'? bar foo - bar y basic ws match with backtrack no-op modifier separation
:s::(\w+) ':=' (\S+) dog := spot /mob 0: <dog @ 0>/ sigspace and capture together
Expand Down

0 comments on commit d026724

Please sign in to comment.