From 16d127abb507751808eca65108710d3de1fd3cab Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Jun 2018 15:44:29 -0700 Subject: Initial working version. --- tests/text.nom | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/text.nom') 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 + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %こんにちは <- "こんにちは" アクション [% と言う] -- cgit v1.2.3