summaryrefslogtreecommitdiff
path: root/tests/push.at
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-16 19:36:41 +0100
committerAkim Demaille <demaille@gostai.com>2012-01-24 19:31:27 +0100
commitabf3f74b216c0ef4a5195ae1a5ebb7123b672387 (patch)
tree9852ef713f5302efa7aac5a7d8d21712793aba13 /tests/push.at
parent9874f80b2e813a8ad8e5562dbbaa30ecafd5e7d8 (diff)
downloadbison-abf3f74b216c0ef4a5195ae1a5ebb7123b672387.tar.gz
change more quotes in source, and adjust tests to match
Run this command to change each `%s' to '%s' in source directories: git grep -l '`%s'\' src djgpp data \ |xargs perl -pi -e '$q="'\''";s/`%s$q/$q%s$q/g' * data/bison.m4: Affected per the above. * djgpp/subpipe.c: Likewise. * src/files.c: Likewise. * src/getargs.c: Likewise. * src/muscle-tab.c: Likewise. * src/reader.c: Likewise. * tests/glr-regression.at: Adjust to match. * tests/input.at: Likewise. * tests/push.at: Likewise. * tests/skeletons.at: Likewise. (cherry picked from commit 4aa9d1ff9ca9b838fe02a9bfe5ae4b0f935e5451) Conflicts: src/getargs.c src/muscle-tab.c src/reader.c tests/input.at
Diffstat (limited to 'tests/push.at')
-rw-r--r--tests/push.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push.at b/tests/push.at
index 07879d8d..adb51358 100644
--- a/tests/push.at
+++ b/tests/push.at
@@ -163,7 +163,7 @@ start: ;
]])
AT_BISON_CHECK([[input.y]], [[1]], [],
-[[input.y:2.9-21: %define variable `api.push-pull' is not used
+[[input.y:2.9-21: %define variable 'api.push-pull' is not used
]])
AT_CLEANUP