diff options
Diffstat (limited to 'spec/outputs/test/format_spec.lua')
| -rw-r--r-- | spec/outputs/test/format_spec.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/outputs/test/format_spec.lua b/spec/outputs/test/format_spec.lua index 8307f6a..bb31d50 100644 --- a/spec/outputs/test/format_spec.lua +++ b/spec/outputs/test/format_spec.lua | |||
| @@ -55,11 +55,13 @@ local files = { | |||
| 55 | "spec/inputs/syntax.yue", | 55 | "spec/inputs/syntax.yue", |
| 56 | "spec/inputs/global.yue", | 56 | "spec/inputs/global.yue", |
| 57 | "spec/inputs/plus.yue", | 57 | "spec/inputs/plus.yue", |
| 58 | "spec/inputs/test/string_interpolation_spec.yue", | ||
| 58 | "spec/inputs/test/with_spec.yue", | 59 | "spec/inputs/test/with_spec.yue", |
| 59 | "spec/inputs/test/try_catch_spec.yue", | 60 | "spec/inputs/test/try_catch_spec.yue", |
| 60 | "spec/inputs/test/operator_advanced_spec.yue", | 61 | "spec/inputs/test/operator_advanced_spec.yue", |
| 61 | "spec/inputs/test/with_statement_spec.yue", | 62 | "spec/inputs/test/with_statement_spec.yue", |
| 62 | "spec/inputs/test/literals_spec.yue", | 63 | "spec/inputs/test/literals_spec.yue", |
| 64 | "spec/inputs/test/continue_spec.yue", | ||
| 63 | "spec/inputs/test/varargs_assignment_spec.yue", | 65 | "spec/inputs/test/varargs_assignment_spec.yue", |
| 64 | "spec/inputs/test/advanced_macro_spec.yue", | 66 | "spec/inputs/test/advanced_macro_spec.yue", |
| 65 | "spec/inputs/test/pipe_spec.yue", | 67 | "spec/inputs/test/pipe_spec.yue", |
| @@ -77,11 +79,13 @@ local files = { | |||
| 77 | "spec/inputs/test/operators_spec.yue", | 79 | "spec/inputs/test/operators_spec.yue", |
| 78 | "spec/inputs/test/comprehension_spec.yue", | 80 | "spec/inputs/test/comprehension_spec.yue", |
| 79 | "spec/inputs/test/attrib_spec.yue", | 81 | "spec/inputs/test/attrib_spec.yue", |
| 82 | "spec/inputs/test/using_spec.yue", | ||
| 80 | "spec/inputs/test/nil_coalescing_spec.yue", | 83 | "spec/inputs/test/nil_coalescing_spec.yue", |
| 81 | "spec/inputs/test/table_comprehension_spec.yue", | 84 | "spec/inputs/test/table_comprehension_spec.yue", |
| 82 | "spec/inputs/test/slicing_spec.yue", | 85 | "spec/inputs/test/slicing_spec.yue", |
| 83 | "spec/inputs/test/close_attribute_spec.yue", | 86 | "spec/inputs/test/close_attribute_spec.yue", |
| 84 | "spec/inputs/test/named_varargs_spec.yue", | 87 | "spec/inputs/test/named_varargs_spec.yue", |
| 88 | "spec/inputs/test/export_import_interactions_spec.yue", | ||
| 85 | "spec/inputs/test/table_spreading_spec.yue", | 89 | "spec/inputs/test/table_spreading_spec.yue", |
| 86 | "spec/inputs/test/macro_spec.yue", | 90 | "spec/inputs/test/macro_spec.yue", |
| 87 | "spec/inputs/test/chaining_comparison_spec.yue", | 91 | "spec/inputs/test/chaining_comparison_spec.yue", |
| @@ -89,10 +93,13 @@ local files = { | |||
| 89 | "spec/inputs/test/destructure_spec.yue", | 93 | "spec/inputs/test/destructure_spec.yue", |
| 90 | "spec/inputs/test/vararg_spec.yue", | 94 | "spec/inputs/test/vararg_spec.yue", |
| 91 | "spec/inputs/test/string_spec.yue", | 95 | "spec/inputs/test/string_spec.yue", |
| 96 | "spec/inputs/test/anonymous_class_spec.yue", | ||
| 92 | "spec/inputs/test/implicit_object_spec.yue", | 97 | "spec/inputs/test/implicit_object_spec.yue", |
| 98 | "spec/inputs/test/constructor_promotion_spec.yue", | ||
| 93 | "spec/inputs/test/backcall_spec.yue", | 99 | "spec/inputs/test/backcall_spec.yue", |
| 94 | "spec/inputs/test/while_assignment_spec.yue", | 100 | "spec/inputs/test/while_assignment_spec.yue", |
| 95 | "spec/inputs/test/switch_spec.yue", | 101 | "spec/inputs/test/switch_spec.yue", |
| 102 | "spec/inputs/test/class_expression_spec.yue", | ||
| 96 | "spec/inputs/test/functions_advanced_spec.yue", | 103 | "spec/inputs/test/functions_advanced_spec.yue", |
| 97 | "spec/inputs/test/config_spec.yue", | 104 | "spec/inputs/test/config_spec.yue", |
| 98 | "spec/inputs/test/yaml_string_spec.yue", | 105 | "spec/inputs/test/yaml_string_spec.yue", |
