From aa3ecc7badfb39cb9167fb95c9a678257c1d9954 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 6 Feb 2026 10:30:49 +0800 Subject: Fixed docs. --- spec/inputs/test/format_spec.yue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/inputs/test') 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 original_ast = yue.to_ast code assert.is_not_nil original_ast rewriteLineCol original_ast - formated = yue.format code, 0, false + formated = yue.format code, 0, true ast = yue.to_ast formated assert.is_not_nil ast rewriteLineCol ast -- cgit v1.2.3-55-g6feb