python2ruby/test/lexer/17.out
2025-11-25 18:08:55 +01:00

13 lines
No EOL
175 B
Text

IDENTIFIER s1
ASSIGN
STRING '"double inside"'
NEWLINE
IDENTIFIER s2
ASSIGN
STRING "'single inside'"
NEWLINE
IDENTIFIER s3
ASSIGN
STRING "mixed 'quotes' \"inside\""
NEWLINE
EOF