python2ruby/test/lexer/17.out
2025-12-02 13:57:45 +01:00

13 lines
176 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