summaryrefslogtreecommitdiff
path: root/tests/scanner/regex-escape-x-digit-length.test
blob: 4c88c55ca09ec10bb7b406aa252ae8da5c6624c1 (plain)
1
2
3
4
5
Invalid Code

void main () {
	Regex foo = /\x/s;
}