aboutsummaryrefslogtreecommitdiff
path: root/tests/text.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text.nom')
-rw-r--r--tests/text.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/text.nom b/tests/text.nom
index 6b4f2b5..004a630 100644
--- a/tests/text.nom
+++ b/tests/text.nom
@@ -14,11 +14,11 @@ assume (("x" + "y") = "xy")
say "Text test passed."
-immediately:
+immediately
parse [アクション %spec %body] as: action %spec %body
%こんにちは <- "こんにちは"
-アクション [% と言う]:
+アクション [% と言う]
"\(%)世界"
assume ((%こんにちは と言う) = "こんにちは世界") or barf "Unicode doesn't work"