aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/macro.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/macro.yue')
-rw-r--r--spec/inputs/macro.yue2
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
265macro tb = -> "{'abc', a:123, call#:=> 998}" 265macro tb = -> "{'abc', a:123, <call>:=> 998}"
266print $tb[1], $tb.a, ($tb)!, $tb! 266print $tb[1], $tb.a, ($tb)!, $tb!
267 267
268print "current line: #{ $LINE }" 268print "current line: #{ $LINE }"