diff options
Diffstat (limited to 'spec/inputs/macro.yue')
-rw-r--r-- | spec/inputs/macro.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/macro.yue b/spec/inputs/macro.yue index 7bbb06d..3c89c1c 100644 --- a/spec/inputs/macro.yue +++ b/spec/inputs/macro.yue | |||
@@ -279,7 +279,7 @@ do | |||
279 | 279 | ||
280 | macro skip = -> "while false do break" | 280 | macro skip = -> "while false do break" |
281 | 281 | ||
282 | _ = -> | 282 | _1 = -> |
283 | print 1 | 283 | print 1 |
284 | <- $skip | 284 | <- $skip |
285 | print 2 | 285 | print 2 |