Skip to content

Commit

Permalink
why no change?
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 16, 2023
1 parent 5bcf046 commit 909ba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/syntax_error/string_continue_on_next_line.jou
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "stdlib/io.jou"

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

0 comments on commit 909ba7b

Please sign in to comment.