Skip to content

Commit

Permalink
emm
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 16, 2023
1 parent 6669e4d commit eb60148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/syntax_error/missing_end_quote_in_byte.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/missing_end_quote_in_byte.jou", line 5: missing ' to end the byte literal
def main() -> int:
printf('?)
# Error: line 4: missing ' to end the byte literal
return 0
return 0

0 comments on commit eb60148

Please sign in to comment.