Sign in
◑
Theme
rust
/
rust
/
bbfd1201f7b9c7eddb7fb7dec704fa3566b6863c
/
.
/
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
";
}