]> git.ipfire.org Git - thirdparty/vala.git/commit
Add support for the \uXXXX escape sequence 04422d716cf226b5e8a6c11306e07adbde26fd67
authorEvgeny Bobkin <evgen.ibqn@gmail.com>
Wed, 17 Jul 2013 15:16:06 +0000 (17:16 +0200)
committerEvgeny Bobkin <evgen.ibqn@gmail.com>
Tue, 23 Jul 2013 09:23:27 +0000 (11:23 +0200)
commit04422d716cf226b5e8a6c11306e07adbde26fd67
tree6dedb7d11b48a936d48082ae75cc83774efaf511
parent8f3082724502cf8ecb1742a7e0859a7871b2b2b7
Add support for the \uXXXX escape sequence

An additional checks to validate the escape sequences \xYY and \uYYYY
were added, where Y represents a hex digit.
https://bugzilla.gnome.org/show_bug.cgi?id=704709
tests/Makefile.am
tests/basic-types/escape-chars.vala [new file with mode: 0644]
vala/valascanner.vala