From 5d59d510cd6fdc8553250e5ec10f19a285e8878c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 25 Apr 2018 16:30:49 -0700 Subject: Removing end-of-line ":" and "(..)" for blocks (they just use indentation now). --- tests/text.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/text.nom') 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" -- cgit v1.2.3