]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Add support for verbatim template string
author星外之神 <wszqkzqk@qq.com>
Fri, 28 Oct 2022 15:47:56 +0000 (23:47 +0800)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 30 Oct 2022 15:11:11 +0000 (16:11 +0100)
commit3c3ee793b499be959b3ed7f1f74014713382a438
treefeb077276aa853d7d7d05659e4689c24a6f231cd
parent2b69b8accac817f23bd51ca41d14deec131d83c5
vala: Add support for verbatim template string

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1373
19 files changed:
tests/Makefile.am
tests/genie/literal-template-string.c-expected
tests/genie/literal-template-string.gs
tests/genie/verbatim-template.c-expected [new file with mode: 0644]
tests/genie/verbatim-template.gs [new file with mode: 0644]
tests/parser/template.c-expected
tests/parser/template.vala
tests/parser/verbatim-template.c-expected [new file with mode: 0644]
tests/parser/verbatim-template.vala [new file with mode: 0644]
tests/scanner/string-template.c-expected [new file with mode: 0644]
tests/scanner/string-template.vala [new file with mode: 0644]
tests/scanner/string-verbatim-template.c-expected [new file with mode: 0644]
tests/scanner/string-verbatim-template.vala [new file with mode: 0644]
vala/valagenieparser.vala
vala/valageniescanner.vala
vala/valagenietokentype.vala
vala/valaparser.vala
vala/valascanner.vala
vala/valatokentype.vala