From 7783442fcff4e640ecdcbdb6149463048d32f7a7 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 2 Jan 2006 00:38:30 -0500 Subject: [PATCH 1/1] fixed ambiguity in comments darcs-hash:20060102053830-5007d-75735936762a06ea2a27c3d31099fc51bc015e47.gz --- tests/meta.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meta.g b/tests/meta.g index ed87f5c..2dc0fb9 100644 --- a/tests/meta.g +++ b/tests/meta.g @@ -1,5 +1,5 @@ s ::= ws grammar ws => "gram" -ws !::= w** | ws "//" ([~\n]*) "\n" ws +ws !::= w** | w** "//" (~[\n]*) "\n" ws wp !::= w++ grammar ::= r +/ ws => "grammar" -- 1.7.10.4