From 2c25f56ac8b47542dec1267416c9d0cf13ee61cf Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 24 May 2022 10:42:43 +0800 Subject: fix spec. --- spec/inputs/metatable.yue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/inputs') diff --git a/spec/inputs/metatable.yue b/spec/inputs/metatable.yue index 100844c..ed68a17 100644 --- a/spec/inputs/metatable.yue +++ b/spec/inputs/metatable.yue @@ -4,7 +4,7 @@ c = key1: true, :add#, key2: true w = [name]#:123, ["new"]#:(val)=> {val} w.#["new"] w.#[name] -close _ = close#: -> print "out of scope" +do close _ = close#: -> print "out of scope" d, e = a.close, a.close# -- cgit v1.2.3-55-g6feb