X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fmeta.g;h=0ba0548f0bf0d66bad05e77de660c9b9ba1e60c5;hp=2f062c4fdf4e97403dff529be44ba41d7ed0f553;hb=c1519a9645e80f123c485a15931b193a22140184;hpb=7187a6a8d74d0a614c2343b319aee3f9c039aaff diff --git a/tests/meta.g b/tests/meta.g index 2f062c4..0ba0548 100644 --- a/tests/meta.g +++ b/tests/meta.g @@ -10,7 +10,8 @@ conjuncts ::= sequence | sequence ^"&" e*/ws /ws | sequence ^"&~" e*/ws /ws -ps ::= e*/ws => "ps" +ps ::= e*/ws => "ps" + | (e+/ws ws)? "^" quoted (ws e+/ws)? => "ps2" psx ::= ps > ps ^"/" e /ws sequence ::= psx @@ -28,8 +29,6 @@ e ::= word => "nonTerminal" | ^"{" sequence "}" /ws | ^"[" range* "]" | ^"[~" range* "]" - | ^"^" quoted /ws -// | ^"!" e /ws | (e ws ^"**" > e ws ^"*") | e ^"*/" e /ws