From ec26010fd100bb014584653e0e1370dba816fd1f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 4 Dec 2025 02:57:43 +0800 Subject: Updated reserved comments function. --- spec/inputs/test/format_spec.yue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/inputs') 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 original_ast = yue.to_ast code assert.is_not_nil original_ast rewriteLineCol original_ast - formated = yue.format code + formated = yue.format code, 0, false ast = yue.to_ast formated assert.is_not_nil ast rewriteLineCol ast -- cgit v1.2.3-55-g6feb