mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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:
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