From f1454bbbd13a71da2005ff789cde2da0e9eb81f6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 22 Jan 2026 15:03:12 +0800 Subject: Adding tests. --- spec/inputs/test/format_spec.yue | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spec/inputs/test/format_spec.yue') diff --git a/spec/inputs/test/format_spec.yue b/spec/inputs/test/format_spec.yue index 95f73fc..6b94540 100644 --- a/spec/inputs/test/format_spec.yue +++ b/spec/inputs/test/format_spec.yue @@ -95,6 +95,18 @@ files = [ "spec/inputs/unicode/syntax.yue" "spec/inputs/unicode/global.yue" "spec/inputs/unicode/plus.yue" + "spec/inputs/pipe_chain_combo.yue" + "spec/inputs/destructure_defaults.yue" + "spec/inputs/nil_coalesce_precedence.yue" + "spec/inputs/comprehension_nested.yue" + "spec/inputs/with_scope_shadow.yue" + "spec/inputs/export_mixed.yue" + "spec/inputs/unicode/pipe_chain_combo.yue" + "spec/inputs/test/destructure_spec.yue" + "spec/inputs/test/nil_coalescing_spec.yue" + "spec/inputs/test/pipe_spec.yue" + "spec/inputs/test/try_catch_spec.yue" + "spec/inputs/test/comprehension_spec.yue" ] import "yue" -- cgit v1.2.3-55-g6feb