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