]> git.saurik.com Git - bison.git/commit - tests/regression.at
quote consistently and make tests pass with new quoting from gnulib
authorJim Meyering <meyering@redhat.com>
Mon, 16 Jan 2012 18:20:50 +0000 (19:20 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 19 Jan 2012 08:09:42 +0000 (09:09 +0100)
commitae93e4e4b8e78396a7707de3dcdd47aca7a46dec
treefe45c803c3e0276bf2ea3605972dc5fcdbecd9b9
parent728415f885e5cb8e518c8576fa6e1f541e384130
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.
lib/.gitignore
m4/.gitignore
src/scan-code.l
src/scan-gram.l
src/symtab.c
tests/actions.at
tests/input.at
tests/named-refs.at
tests/output.at
tests/regression.at