]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add "scanner" tests to increase coverage
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 24 Nov 2019 17:23:58 +0000 (18:23 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 24 Nov 2019 17:23:58 +0000 (18:23 +0100)
commitba76c57a44a718de82b2aac9274916ee3a95907d
tree234ab8a597087697236695921c6f1657d8497483
parenta148cc6c42d92001a965a7b7272973502c49b1c8
tests: Add "scanner" tests to increase coverage
17 files changed:
tests/Makefile.am
tests/parser/preprocessor.vala
tests/scanner/comment-not-closed.test [new file with mode: 0644]
tests/scanner/preprocessor-invalid.test [new file with mode: 0644]
tests/scanner/preprocessor-missing-paren.test [new file with mode: 0644]
tests/scanner/preprocessor-unexpected.test [new file with mode: 0644]
tests/scanner/regex-escape-invalid.test [new file with mode: 0644]
tests/scanner/regex-escape-u-digit-length.test [new file with mode: 0644]
tests/scanner/regex-escape-x-digit-length.test [new file with mode: 0644]
tests/scanner/regex-escape-x.vala [new file with mode: 0644]
tests/scanner/regex-multiple-i.test [new file with mode: 0644]
tests/scanner/regex-multiple-m.test [new file with mode: 0644]
tests/scanner/regex-multiple-s.test [new file with mode: 0644]
tests/scanner/regex-multiple-x.test [new file with mode: 0644]
tests/scanner/string-escape-u-digit-length.test [new file with mode: 0644]
tests/scanner/string-escape-x-digit-length.test [new file with mode: 0644]
tests/scanner/string-escape-x.vala [new file with mode: 0644]