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 3c89c1c..ac51d85 100644 --- a/spec/inputs/macro.yue +++ b/spec/inputs/macro.yue | |||
@@ -262,7 +262,7 @@ $chainC( | |||
262 | Destroy! | 262 | Destroy! |
263 | ) | 263 | ) |
264 | 264 | ||
265 | macro tb = -> "{'abc', a:123, call#:=> 998}" | 265 | macro tb = -> "{'abc', a:123, <call>:=> 998}" |
266 | print $tb[1], $tb.a, ($tb)!, $tb! | 266 | print $tb[1], $tb.a, ($tb)!, $tb! |
267 | 267 | ||
268 | print "current line: #{ $LINE }" | 268 | print "current line: #{ $LINE }" |