diff options
Diffstat (limited to 'tests/text.nom')
| -rw-r--r-- | tests/text.nom | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/text.nom b/tests/text.nom index a74ac5b..025e793 100644 --- a/tests/text.nom +++ b/tests/text.nom @@ -12,8 +12,9 @@ assume ("\n" = (newline)) or barf "Text literals failed." assume (("x" + "y") = "xy") assume ((lines in "one\ntwo") = ["one", "two"]) -immediately - parse [アクション %spec %body] as: action %spec %body +parse [アクション %spec %body] as: action %spec %body + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %こんにちは <- "こんにちは" アクション [% と言う] |
