checkpoint
authoradam <adam@megacz.com>
Mon, 30 Jan 2006 05:55:15 +0000 (00:55 -0500)
committeradam <adam@megacz.com>
Mon, 30 Jan 2006 05:55:15 +0000 (00:55 -0500)
darcs-hash:20060130055515-5007d-ef419915a5f0335c25aedd3bb6d85cf8a401fde6.gz

tests/meta.g

index 43f539a..dd222e0 100644 (file)
@@ -12,7 +12,7 @@ Elements      =  e*/ws
 PreSequence   = Elements => "ps"
               | PreSequence !wp ^"/"  !ws e
               | PreSequence     ^"->"     e /ws
-//              | (Quoted|word)   ^"::" PreSequence /ws
+              | (Quoted|word)   ^"::" PreSequence /ws
               | PreSequence     ^"=>" ("[]"|"()"|word|Quoted) /ws
 Sequence      = PreSequence    => "psx"