Skip to content

Commit

Permalink
Lookarounds raise illegal syntax error
Browse files Browse the repository at this point in the history
TODO: Raise similar errors for /\b/, /\c/, /\g/, /\p/, /\u/, /\x/, /[[:foo:]]/
(Although these cases are less important, as they are not used as often)
  • Loading branch information
Tom Lord committed Jan 15, 2015
1 parent 698cf98 commit 59a8d60
Show file tree
Hide file tree
Showing 7 changed files with 1,410 additions and 645 deletions.
6 changes: 5 additions & 1 deletion coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{"result":{"covered_percent":99.66}}
{
"result": {
"covered_percent": 100.0
}
}
Loading

0 comments on commit 59a8d60

Please sign in to comment.