Sign in
◑
Theme
rust
/
rust
/
0ae3fd93a3a91460c1957fa38fa9514decbcdf23
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
string_lit_unicode_ws.rs
blob: f944711e14f39137cfa4ae9e9121a1821c30fa30 [
file
]
// Test Unicode whitespace characters in string literal line continuation
fn
main
()
{
let
str
=
"
hello \
world
";
}