diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-04-23 17:04:06 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-04-23 17:04:06 +0800 |
| commit | acb80dec2706359027c0461073aded3420eaec56 (patch) | |
| tree | de4e3393e6af6911f1e292fa2a4677e788062f04 /spec/outputs/test/format_spec.lua | |
| parent | 7805872d0a1705fa2fc296b6c37a40f675a39591 (diff) | |
| download | yuescript-acb80dec2706359027c0461073aded3420eaec56.tar.gz yuescript-acb80dec2706359027c0461073aded3420eaec56.tar.bz2 yuescript-acb80dec2706359027c0461073aded3420eaec56.zip | |
Add annotation statements and expand annotation tests
Diffstat (limited to 'spec/outputs/test/format_spec.lua')
| -rw-r--r-- | spec/outputs/test/format_spec.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { | |||
| 26 | "spec/inputs/export_default.yue", | 26 | "spec/inputs/export_default.yue", |
| 27 | "spec/inputs/with_scope_shadow.yue", | 27 | "spec/inputs/with_scope_shadow.yue", |
| 28 | "spec/inputs/assign.yue", | 28 | "spec/inputs/assign.yue", |
| 29 | "spec/inputs/annotation.yue", | ||
| 30 | "spec/inputs/annotation_before.yue", | ||
| 29 | "spec/inputs/literals.yue", | 31 | "spec/inputs/literals.yue", |
| 30 | "spec/inputs/luarocks_upload.yue", | 32 | "spec/inputs/luarocks_upload.yue", |
| 31 | "spec/inputs/comprehension_nested.yue", | 33 | "spec/inputs/comprehension_nested.yue", |
| @@ -64,6 +66,7 @@ local files = { | |||
| 64 | "spec/inputs/test/continue_spec.yue", | 66 | "spec/inputs/test/continue_spec.yue", |
| 65 | "spec/inputs/test/varargs_assignment_spec.yue", | 67 | "spec/inputs/test/varargs_assignment_spec.yue", |
| 66 | "spec/inputs/test/advanced_macro_spec.yue", | 68 | "spec/inputs/test/advanced_macro_spec.yue", |
| 69 | "spec/inputs/test/annotation_spec.yue", | ||
| 67 | "spec/inputs/test/pipe_spec.yue", | 70 | "spec/inputs/test/pipe_spec.yue", |
| 68 | "spec/inputs/test/export_spec.yue", | 71 | "spec/inputs/test/export_spec.yue", |
| 69 | "spec/inputs/test/existential_spec.yue", | 72 | "spec/inputs/test/existential_spec.yue", |
