diff options
Diffstat (limited to 'test/colm.d/exit5.lm')
-rw-r--r-- | test/colm.d/exit5.lm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/colm.d/exit5.lm b/test/colm.d/exit5.lm index c6d4336d..c3fbce12 100644 --- a/test/colm.d/exit5.lm +++ b/test/colm.d/exit5.lm @@ -132,8 +132,8 @@ namespace ragel literal `@ `> `< `% `$ literal `from `to `eof `lerr `err - literal `when `inwhen `outwhen `>? `$? `%? - + literal `when `inwhen `outwhen + literal `:= `= `; `.. `:: literal `>~ `$~ `%~ `<~ `@~ `<>~ @@ -252,8 +252,7 @@ namespace ragel [`@] :Finish | [`>] :Enter | [`%] :Leave | [`$] :All def aug_cond - [`>?] :Start1 | [`$?] :All1 | [`%?] :Leave1 - | [`> `when] :Start2 | [`$ `when] :All2 | [`% `when] :Leave2 + [`> `when] :Start2 | [`$ `when] :All2 | [`% `when] :Leave2 | [`inwhen] :Start3 | [`when] :All3 | [`outwhen] :Leave3 def aug_to_state |