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)
committerAkim Demaille <demaille@gostai.com>
Mon, 23 Jan 2012 13:07:53 +0000 (14:07 +0100)
commit9874f80b2e813a8ad8e5562dbbaa30ecafd5e7d8
tree9fe65d549d7a64dea87fa978e42cac2563eba38d
parent14594e38ada5b5aa89d513ea8ae658996862f7c8
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 ae93e4e4b8e78396a7707de3dcdd47aca7a46dec)

Conflicts:

src/scan-code.l
src/scan-gram.l
src/symtab.c
tests/output.at
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