oden/fine/tests/expression/strings.fine

14 lines
No EOL
295 B
Text

// @concrete:
// | File
// | ExpressionStatement
// | BinaryExpression
// | LiteralExpression
// | String:'"\"Hello \""'
// | Plus:'"+"'
// | LiteralExpression
// | String:'"'world!'"'
// | Semicolon:'";"'
//
"Hello " + 'world!';
// @type: 261 string