Skip to content

Commit

Permalink
Update string_continue_on_next_line.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 16, 2023
1 parent f8704b0 commit 3ae71b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/syntax_error/string_continue_on_next_line.jou
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "stdlib/io.jou"

# Output: compiler error in file "string_continue_on_next_line.jou", line 4: missing ' to end the byte literal
def main() -> int:
a = '\
't\''
Expand Down

0 comments on commit 3ae71b6

Please sign in to comment.