aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/test/format_spec.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/test/format_spec.yue')
-rw-r--r--spec/inputs/test/format_spec.yue12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/inputs/test/format_spec.yue b/spec/inputs/test/format_spec.yue
index 95f73fc..6b94540 100644
--- a/spec/inputs/test/format_spec.yue
+++ b/spec/inputs/test/format_spec.yue
@@ -95,6 +95,18 @@ files = [
95 "spec/inputs/unicode/syntax.yue" 95 "spec/inputs/unicode/syntax.yue"
96 "spec/inputs/unicode/global.yue" 96 "spec/inputs/unicode/global.yue"
97 "spec/inputs/unicode/plus.yue" 97 "spec/inputs/unicode/plus.yue"
98 "spec/inputs/pipe_chain_combo.yue"
99 "spec/inputs/destructure_defaults.yue"
100 "spec/inputs/nil_coalesce_precedence.yue"
101 "spec/inputs/comprehension_nested.yue"
102 "spec/inputs/with_scope_shadow.yue"
103 "spec/inputs/export_mixed.yue"
104 "spec/inputs/unicode/pipe_chain_combo.yue"
105 "spec/inputs/test/destructure_spec.yue"
106 "spec/inputs/test/nil_coalescing_spec.yue"
107 "spec/inputs/test/pipe_spec.yue"
108 "spec/inputs/test/try_catch_spec.yue"
109 "spec/inputs/test/comprehension_spec.yue"
98] 110]
99 111
100import "yue" 112import "yue"