From acb80dec2706359027c0461073aded3420eaec56 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 23 Apr 2026 17:04:06 +0800 Subject: Add annotation statements and expand annotation tests --- spec/outputs/test/format_spec.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/outputs/test/format_spec.lua') diff --git a/spec/outputs/test/format_spec.lua b/spec/outputs/test/format_spec.lua index d38a0ad..1eb2fbb 100644 --- a/spec/outputs/test/format_spec.lua +++ b/spec/outputs/test/format_spec.lua @@ -26,6 +26,8 @@ local files = { "spec/inputs/export_default.yue", "spec/inputs/with_scope_shadow.yue", "spec/inputs/assign.yue", + "spec/inputs/annotation.yue", + "spec/inputs/annotation_before.yue", "spec/inputs/literals.yue", "spec/inputs/luarocks_upload.yue", "spec/inputs/comprehension_nested.yue", @@ -64,6 +66,7 @@ local files = { "spec/inputs/test/continue_spec.yue", "spec/inputs/test/varargs_assignment_spec.yue", "spec/inputs/test/advanced_macro_spec.yue", + "spec/inputs/test/annotation_spec.yue", "spec/inputs/test/pipe_spec.yue", "spec/inputs/test/export_spec.yue", "spec/inputs/test/existential_spec.yue", -- cgit v1.2.3-55-g6feb