]> git.ipfire.org Git - thirdparty/gettext.git/commit
xgettext: Vala: Improve parsing of escape sequences.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Nov 2018 19:19:49 +0000 (20:19 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Nov 2018 23:25:33 +0000 (00:25 +0100)
commitc0debf509e2ca3e992bb1875b2b79b2613bc2496
treec9479c0c0b824c91bd51aa4ba4d17c66f78056e9
parenta8773dd6049b2b7b37e7ccade07e12ba8bc8aa73
xgettext: Vala: Improve parsing of escape sequences.

* gettext-tools/src/x-vala.c (phase7_getc): Don't recognize \?, \a, \1...\7, \U.
Do recognize \$.
* gettext-tools/tests/xgettext-vala-1: Test \t in verbatim strings literals.
* NEWS: Mention the change.
NEWS
gettext-tools/src/x-vala.c
gettext-tools/tests/xgettext-vala-1