From: adam Date: Mon, 2 Jan 2006 05:38:30 +0000 (-0500) Subject: fixed ambiguity in comments X-Git-Tag: tag_for_25-Mar~474 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=7783442fcff4e640ecdcbdb6149463048d32f7a7;ds=sidebyside fixed ambiguity in comments darcs-hash:20060102053830-5007d-75735936762a06ea2a27c3d31099fc51bc015e47.gz --- 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"