mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +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.
(cherry picked from commit ae93e4e4b8)
Conflicts:
src/scan-code.l
src/scan-gram.l
src/symtab.c
tests/output.at
This commit is contained in:
committed by
Akim Demaille
parent
14594e38ad
commit
9874f80b2e
9
m4/.gitignore
vendored
9
m4/.gitignore
vendored
@@ -157,3 +157,12 @@
|
||||
/xsize.m4
|
||||
/xstrndup.m4
|
||||
|
||||
/fstat.m4
|
||||
/largefile.m4
|
||||
/ldexp.m4
|
||||
/msvc-inval.m4
|
||||
/msvc-nothrow.m4
|
||||
/pathmax.m4
|
||||
/raise.m4
|
||||
/ssize_t.m4
|
||||
/strerror_r.m4
|
||||
|
||||
Reference in New Issue
Block a user