roc/test/cli/has_parse_error.roc
Richard Feldman 18b9ed75f3
Fix CLI tests
2025-11-19 09:57:45 -05:00

5 lines
170 B
Text

# This file intentionally has a parse error for testing stderr reporting
main! =
# Missing closing quote to trigger tokenization error
x = "unclosed string
x