]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
* src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
[bison.git] / tests / input.at
index 3d82ff2b172e5b48557bdc145cced3decb2cbd57..02d36c0eb1bc9a0d3fa8988071c0bccc0f65e8f6 100644 (file)
@@ -800,6 +800,8 @@ AT_DATA([input.y],
 [[%define "var" "value1"
 %define "var" "value1"
  %define "var" "value2"
+%define "special1" "@:>@"
+%define "special2" "@<:@"
 %%
 start: ;
 ]])
@@ -810,6 +812,8 @@ input.y:3.10-14: warning: %define variable `var' redefined
 input.y:1.9-13: warning: %define variable `var' is not used
 input.y:2.9-13: warning: %define variable `var' is not used
 input.y:3.10-14: warning: %define variable `var' is not used
+input.y:4.9-18: warning: %define variable `special1' is not used
+input.y:5.9-18: warning: %define variable `special2' is not used
 ]])
 
 AT_CLEANUP