Files
kraken/tests/test_lexer.expected_results
2015-08-06 17:38:41 -04:00

23 lines
288 B
Plaintext

a+: aaaa true
test: test true
old contributed tests
b: b true
b: b true
$EOF$: $EOF$ false
a*: aaa true
b: b true
a*: aa true
b: b true
b: b true
$EOF$: $EOF$ false
a|b: b true
$INVALID$: $INVALID$ false
xyzzy: xyzzy true
$EOF$: $EOF$ false
(i|n|t|e)+: intent true
$EOF$: $EOF$ false