summaryrefslogtreecommitdiff
path: root/tests/scanner/string-escape-u-digit-length.test
blob: 471c9f4ec4f3b900d8e482fe310ee93455e97692 (plain)
1
2
3
4
5
Invalid Code

void main () {
	string foo = "\u032";
}