Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
string_escape_u32_err_b.out
5
lines
·
5
sloc
·
191 bytes
·
76530de56d9a48118baeca24b4fbc50af92c0858
Raw
1
vlib/v/checker/tests/string_escape_u32_err_b.vv:2:15: error: `\U` incomplete 32 bit unicode character value
2
1 | fn main() {
3
2 | println('\U345')
4
| ^
5
3 | }
6