Skip to content

Commit

Permalink
Change files to use LF line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored and github-actions[bot] committed Dec 10, 2023
1 parent 047ac28 commit 6669e4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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"

def main() -> int:
printf('?)
# Error: line 4: missing ' to end the byte literal
import "stdlib/io.jou"

def main() -> int:
printf('?)
# Error: line 4: missing ' to end the byte literal
return 0
10 changes: 5 additions & 5 deletions tests/syntax_error/missing_end_quote_in_string.jou
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "stdlib/io.jou"

def main() -> int:
printf("Hello)
# Error: line 4: missing " to end the string
import "stdlib/io.jou"

def main() -> int:
printf("Hello)
# Error: line 4: missing " to end the string
return 0

0 comments on commit 6669e4d

Please sign in to comment.