Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/err/unterminated_string_unknown_prefix.rs')
-rw-r--r--crates/parser/test_data/lexer/err/unterminated_string_unknown_prefix.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/parser/test_data/lexer/err/unterminated_string_unknown_prefix.rs b/crates/parser/test_data/lexer/err/unterminated_string_unknown_prefix.rs
new file mode 100644
index 0000000000..338b958260
--- /dev/null
+++ b/crates/parser/test_data/lexer/err/unterminated_string_unknown_prefix.rs
@@ -0,0 +1,5 @@
+fn main() {
+ hello("world);
+ // a bunch of code was here
+ env("FLAGS", "-help")
+} \ No newline at end of file