diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-12-04 02:57:43 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-12-04 02:57:43 +0800 |
| commit | ec26010fd100bb014584653e0e1370dba816fd1f (patch) | |
| tree | 913b654492370bed305c0e40923643b823a31aa2 /spec/inputs | |
| parent | 1fea444b1ae1157a98ac187f58952080a7a63b6e (diff) | |
| download | yuescript-ec26010fd100bb014584653e0e1370dba816fd1f.tar.gz yuescript-ec26010fd100bb014584653e0e1370dba816fd1f.tar.bz2 yuescript-ec26010fd100bb014584653e0e1370dba816fd1f.zip | |
Updated reserved comments function.v0.30.1
Diffstat (limited to 'spec/inputs')
| -rw-r--r-- | spec/inputs/test/format_spec.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/test/format_spec.yue b/spec/inputs/test/format_spec.yue index cbd9d22..3ad2c7f 100644 --- a/spec/inputs/test/format_spec.yue +++ b/spec/inputs/test/format_spec.yue | |||
| @@ -119,7 +119,7 @@ for file in *files | |||
| 119 | original_ast = yue.to_ast code | 119 | original_ast = yue.to_ast code |
| 120 | assert.is_not_nil original_ast | 120 | assert.is_not_nil original_ast |
| 121 | rewriteLineCol original_ast | 121 | rewriteLineCol original_ast |
| 122 | formated = yue.format code | 122 | formated = yue.format code, 0, false |
| 123 | ast = yue.to_ast formated | 123 | ast = yue.to_ast formated |
| 124 | assert.is_not_nil ast | 124 | assert.is_not_nil ast |
| 125 | rewriteLineCol ast | 125 | rewriteLineCol ast |
