diff options
Diffstat (limited to 'spec/inputs')
| -rw-r--r-- | spec/inputs/syntax.yue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index ccf8b01..9f5aed1 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue | |||
| @@ -538,5 +538,9 @@ do | |||
| 538 | 538 | ||
| 539 | q = 1 --[[it's q]]; --[[got w]] w = 2; e = 3; print --[[param q]] q, w, e; --[[here]] -- line ends | 539 | q = 1 --[[it's q]]; --[[got w]] w = 2; e = 3; print --[[param q]] q, w, e; --[[here]] -- line ends |
| 540 | 540 | ||
| 541 | do | ||
| 542 | --[[abc]] --[[def]]--[[ dsdsd ]]--OK end | ||
| 543 | print 123 --[[one]] -- two | ||
| 544 | |||
| 541 | nil | 545 | nil |
| 542 | 546 | ||
