aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/normal_string_with_newline.zig
blob: e4de50d453ba9ee1ce8e93ef74e30d4379f6d230 (plain)
1
2
3
4
5
6
const foo = "a
b";

// error
//
// :1:15: error: string literal contains invalid byte: '\n'