]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
tests: improve titles
[bison.git] / tests / input.at
index 5e5b1e8f2995079d024b719193477b781a2d4914..a5d8d92b93bb20b55f94f6170d7a0a2f3dea3d27 100644 (file)
@@ -1343,6 +1343,18 @@ input.y:1.9-21:     accepted value: 'push'
 input.y:1.9-21:     accepted value: 'both'
 ]])
 
+AT_BISON_CHECK([[-fcaret input.y]], [1], [],
+[[input.y:1.9-21: warning: deprecated %define variable name: 'api.push_pull', use 'api.push-pull' [-Wdeprecated]
+ %define api.push_pull "neither"
+         ^^^^^^^^^^^^^
+input.y:1.9-21: error: invalid value for %define variable 'api.push-pull': 'neither'
+ %define api.push_pull "neither"
+         ^^^^^^^^^^^^^
+input.y:1.9-21:     accepted value: 'pull'
+input.y:1.9-21:     accepted value: 'push'
+input.y:1.9-21:     accepted value: 'both'
+]])
+
 AT_DATA([[input.y]],
 [[%define lr.keep_unreachable_states maybe
 %%