X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fmeta.g;h=e81e67c9ff2caf04a419b7db517d895e8d6cf5fe;hp=1852a1775fc6e8e794ff7d27e724910f3965b1b5;hb=6ba9ea820f9626a7504da6cf442e2cef1601914f;hpb=017b5ed533ca298fe5ae1078e2a59da1d2d95ea2 diff --git a/tests/meta.g b/tests/meta.g index 1852a17..e81e67c 100644 --- a/tests/meta.g +++ b/tests/meta.g @@ -37,11 +37,11 @@ e = (Quoted|word) ^":" e | e ^"*/" e /ws | ^"!" e /ws | e ^"?" /ws - | ^"^" Quoted /ws - - | "(" word ^")" /ws + | ^"^" Quoted + | "(" word ^")" /ws > ^"(" RHS ")" /ws | ^"~" e + > "^^":: "^" e word = [a-zA-Z0-9_]++ Quoted = "\"" ((~[\"\\] | escaped)+) "\""