mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
quote consistently and make tests pass with new quoting from gnulib
Updating to gnulib pulled in new quote and quotarg modules, by which quoting is now done like 'this' rather than `this'. That change induces many "make check" test failures. This change adapts code and tests so that "make check" passes once again. * src/scan-code.l: Quote like 'this', not like `this'. * src/scan-gram.l: Likewise. * src/symtab.c: Likewise. * tests/actions.at: Adjust tests to match. * tests/input.at: Likewise. * tests/named-refs.at: Likewise. * tests/output.at: Likewise. * tests/regression.at: Likewise. * lib/.gitignore: Regenerate. * m4/.gitignore: Likewise.
This commit is contained in:
@@ -1409,42 +1409,42 @@ string;"}
|
||||
]])
|
||||
|
||||
AT_BISON_CHECK([[-o input.c input.y]], [0], [],
|
||||
[[input.y:8.48: warning: a `;' might be needed at the end of action code
|
||||
input.y:8.48: warning: future versions of Bison will not add the `;'
|
||||
input.y:9.48: warning: a `;' might be needed at the end of action code
|
||||
input.y:9.48: warning: future versions of Bison will not add the `;'
|
||||
input.y:10.48: warning: a `;' might be needed at the end of action code
|
||||
input.y:10.48: warning: future versions of Bison will not add the `;'
|
||||
input.y:11.48: warning: a `;' might be needed at the end of action code
|
||||
input.y:11.48: warning: future versions of Bison will not add the `;'
|
||||
input.y:12.48: warning: a `;' might be needed at the end of action code
|
||||
input.y:12.48: warning: future versions of Bison will not add the `;'
|
||||
input.y:13.48: warning: a `;' might be needed at the end of action code
|
||||
input.y:13.48: warning: future versions of Bison will not add the `;'
|
||||
input.y:20.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:20.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:21.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:21.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:22.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:22.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:23.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:23.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:24.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:24.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:25.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:25.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:31.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:31.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:32.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:32.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:33.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:33.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:34.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:34.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:35.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:35.1: warning: future versions of Bison will not add the `;'
|
||||
input.y:36.1: warning: a `;' might be needed at the end of action code
|
||||
input.y:36.1: warning: future versions of Bison will not add the `;'
|
||||
[[input.y:8.48: warning: a ';' might be needed at the end of action code
|
||||
input.y:8.48: warning: future versions of Bison will not add the ';'
|
||||
input.y:9.48: warning: a ';' might be needed at the end of action code
|
||||
input.y:9.48: warning: future versions of Bison will not add the ';'
|
||||
input.y:10.48: warning: a ';' might be needed at the end of action code
|
||||
input.y:10.48: warning: future versions of Bison will not add the ';'
|
||||
input.y:11.48: warning: a ';' might be needed at the end of action code
|
||||
input.y:11.48: warning: future versions of Bison will not add the ';'
|
||||
input.y:12.48: warning: a ';' might be needed at the end of action code
|
||||
input.y:12.48: warning: future versions of Bison will not add the ';'
|
||||
input.y:13.48: warning: a ';' might be needed at the end of action code
|
||||
input.y:13.48: warning: future versions of Bison will not add the ';'
|
||||
input.y:20.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:20.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:21.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:21.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:22.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:22.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:23.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:23.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:24.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:24.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:25.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:25.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:31.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:31.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:32.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:32.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:33.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:33.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:34.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:34.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:35.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:35.1: warning: future versions of Bison will not add the ';'
|
||||
input.y:36.1: warning: a ';' might be needed at the end of action code
|
||||
input.y:36.1: warning: future versions of Bison will not add the ';'
|
||||
]])
|
||||
|
||||
AT_MATCHES_CHECK([input.c], [[/\* TEST:N:2 \*/ \}$]], [[3]])
|
||||
|
||||
Reference in New Issue
Block a user