diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-01-22 15:03:12 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-01-22 15:03:12 +0800 |
| commit | f1454bbbd13a71da2005ff789cde2da0e9eb81f6 (patch) | |
| tree | 37131187f4218dd3ebec049101c28a161e7ca289 /spec/outputs/test/format_spec.lua | |
| parent | 604a8e5e53cdc7391a502fcabf07e8f1cc2a778c (diff) | |
| download | yuescript-f1454bbbd13a71da2005ff789cde2da0e9eb81f6.tar.gz yuescript-f1454bbbd13a71da2005ff789cde2da0e9eb81f6.tar.bz2 yuescript-f1454bbbd13a71da2005ff789cde2da0e9eb81f6.zip | |
Diffstat (limited to 'spec/outputs/test/format_spec.lua')
| -rw-r--r-- | spec/outputs/test/format_spec.lua | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/spec/outputs/test/format_spec.lua b/spec/outputs/test/format_spec.lua index 898fa03..74a511d 100644 --- a/spec/outputs/test/format_spec.lua +++ b/spec/outputs/test/format_spec.lua | |||
| @@ -94,7 +94,19 @@ local files = { | |||
| 94 | "spec/inputs/unicode/metatable.yue", | 94 | "spec/inputs/unicode/metatable.yue", |
| 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 | local yue = require("yue") | 111 | local yue = require("yue") |
| 100 | local rewriteLineCol | 112 | local rewriteLineCol |
