diff options
Diffstat (limited to 'spec/inputs/test')
| -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 2069795..afe9331 100644 --- a/spec/inputs/test/format_spec.yue +++ b/spec/inputs/test/format_spec.yue | |||
| @@ -182,7 +182,7 @@ for file in *files | |||
| 182 | original_ast = yue.to_ast code | 182 | original_ast = yue.to_ast code |
| 183 | assert.is_not_nil original_ast | 183 | assert.is_not_nil original_ast |
| 184 | rewriteLineCol original_ast | 184 | rewriteLineCol original_ast |
| 185 | formated = yue.format code, 0, false | 185 | formated = yue.format code, 0, true |
| 186 | ast = yue.to_ast formated | 186 | ast = yue.to_ast formated |
| 187 | assert.is_not_nil ast | 187 | assert.is_not_nil ast |
| 188 | rewriteLineCol ast | 188 | rewriteLineCol ast |
