]> git.saurik.com Git - bison.git/blobdiff - tests/reduce.at
Have Bison grammars parsed by a Bison grammar.
[bison.git] / tests / reduce.at
index b3a79ba24e3524035154ea31fdf4707c2407a870..24911943aaa6c5f882e2ae8bccff195283cd92b5 100644 (file)
@@ -204,6 +204,7 @@ not_reachable: useful  { /* A not reachable action. */ }
 non_productive: non_productive useless_token
                        { /* Another non productive action. */ }
               ;
+%%
 ]])
 
 AT_CHECK([[bison not-reduced.y]], 0, [],
@@ -244,6 +245,7 @@ exp: useful            { /* A useful action. */ }
 //non_productive: non_productive useless_token
 //                       { /* Another non productive action. */ }
 //              ;
+%%
 ]])
 
 AT_CHECK([[bison reduced.y]])