From f2b63cb849ea2f7ef571b82e7927cd4abef4414b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 9 Aug 2024 11:35:27 +0800 Subject: add builtin macro $is_ast(). --- spec/outputs/macro.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/outputs') diff --git a/spec/outputs/macro.lua b/spec/outputs/macro.lua index 4492827..777f754 100644 --- a/spec/outputs/macro.lua +++ b/spec/outputs/macro.lua @@ -298,7 +298,7 @@ print((setmetatable({ return 998 end })) -print("current line: " .. tostring(309)) +print("current line: " .. tostring(308)) do -- TODO end -- cgit v1.2.3-55-g6feb