Sign in
◑
Theme
rust
/
rust
/
172ecbcab8dbdcf66f1e84c683cfb74773e7123f
/
.
/
tests
/
source
/
string_lit_unicode_ws.rs
blob: fff135fbc4fdf4a411eeefc0beae51bfb510011f [
file
]
// rustfmt-show_parse_errors: false
// Test Unicode whitespace characters in string literal line continuation
fn
main
()
{
let
str
=
"
hello \
world
";
}