Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
string_escape_x_err_a.out
5
lines
·
5
sloc
·
182 bytes
·
ab642cac43c0d20bc2ce796bae0522b194bbb3fc
Raw
1
vlib/v/checker/tests/string_escape_x_err_a.vv:2:15: error: `\x` used without two following hex digits
2
1 | fn main() {
3
2 | println('\x')
4
| ^
5
3 | }
6