blob: fff135fbc4fdf4a411eeefc0beae51bfb510011f [file]
// rustfmt-show_parse_errors: false
// Test Unicode whitespace characters in string literal line continuation
fn main() {
let str = "hello \
 world";
}