aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/test/format_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/test/format_spec.lua')
-rw-r--r--spec/outputs/test/format_spec.lua3
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",