From 51925d4ee6fdf3e74286ef26f2398172b36eb24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Tue, 29 Nov 2022 18:03:20 +0900 Subject: [PATCH] Update --- .../tests/fixture/cdata_section/{dom.rust-debug => dom.txt} | 0 .../fixture/cdata_section/{span.rust-debug => span.swc-stderr} | 0 .../tests/recovery/cdata-after/{dom.rust-debug => dom.txt} | 0 .../recovery/cdata-after/{output.stderr => output.swc-stderr} | 0 .../recovery/cdata-after/{span.rust-debug => span.swc-stderr} | 0 .../tests/recovery/cdata-before/{dom.rust-debug => dom.txt} | 0 .../recovery/cdata-before/{output.stderr => output.swc-stderr} | 0 .../recovery/cdata-before/{span.rust-debug => span.swc-stderr} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename crates/swc_xml_parser/tests/fixture/cdata_section/{dom.rust-debug => dom.txt} (100%) rename crates/swc_xml_parser/tests/fixture/cdata_section/{span.rust-debug => span.swc-stderr} (100%) rename crates/swc_xml_parser/tests/recovery/cdata-after/{dom.rust-debug => dom.txt} (100%) rename crates/swc_xml_parser/tests/recovery/cdata-after/{output.stderr => output.swc-stderr} (100%) rename crates/swc_xml_parser/tests/recovery/cdata-after/{span.rust-debug => span.swc-stderr} (100%) rename crates/swc_xml_parser/tests/recovery/cdata-before/{dom.rust-debug => dom.txt} (100%) rename crates/swc_xml_parser/tests/recovery/cdata-before/{output.stderr => output.swc-stderr} (100%) rename crates/swc_xml_parser/tests/recovery/cdata-before/{span.rust-debug => span.swc-stderr} (100%) diff --git a/crates/swc_xml_parser/tests/fixture/cdata_section/dom.rust-debug b/crates/swc_xml_parser/tests/fixture/cdata_section/dom.txt similarity index 100% rename from crates/swc_xml_parser/tests/fixture/cdata_section/dom.rust-debug rename to crates/swc_xml_parser/tests/fixture/cdata_section/dom.txt diff --git a/crates/swc_xml_parser/tests/fixture/cdata_section/span.rust-debug b/crates/swc_xml_parser/tests/fixture/cdata_section/span.swc-stderr similarity index 100% rename from crates/swc_xml_parser/tests/fixture/cdata_section/span.rust-debug rename to crates/swc_xml_parser/tests/fixture/cdata_section/span.swc-stderr diff --git a/crates/swc_xml_parser/tests/recovery/cdata-after/dom.rust-debug b/crates/swc_xml_parser/tests/recovery/cdata-after/dom.txt similarity index 100% rename from crates/swc_xml_parser/tests/recovery/cdata-after/dom.rust-debug rename to crates/swc_xml_parser/tests/recovery/cdata-after/dom.txt diff --git a/crates/swc_xml_parser/tests/recovery/cdata-after/output.stderr b/crates/swc_xml_parser/tests/recovery/cdata-after/output.swc-stderr similarity index 100% rename from crates/swc_xml_parser/tests/recovery/cdata-after/output.stderr rename to crates/swc_xml_parser/tests/recovery/cdata-after/output.swc-stderr diff --git a/crates/swc_xml_parser/tests/recovery/cdata-after/span.rust-debug b/crates/swc_xml_parser/tests/recovery/cdata-after/span.swc-stderr similarity index 100% rename from crates/swc_xml_parser/tests/recovery/cdata-after/span.rust-debug rename to crates/swc_xml_parser/tests/recovery/cdata-after/span.swc-stderr diff --git a/crates/swc_xml_parser/tests/recovery/cdata-before/dom.rust-debug b/crates/swc_xml_parser/tests/recovery/cdata-before/dom.txt similarity index 100% rename from crates/swc_xml_parser/tests/recovery/cdata-before/dom.rust-debug rename to crates/swc_xml_parser/tests/recovery/cdata-before/dom.txt diff --git a/crates/swc_xml_parser/tests/recovery/cdata-before/output.stderr b/crates/swc_xml_parser/tests/recovery/cdata-before/output.swc-stderr similarity index 100% rename from crates/swc_xml_parser/tests/recovery/cdata-before/output.stderr rename to crates/swc_xml_parser/tests/recovery/cdata-before/output.swc-stderr diff --git a/crates/swc_xml_parser/tests/recovery/cdata-before/span.rust-debug b/crates/swc_xml_parser/tests/recovery/cdata-before/span.swc-stderr similarity index 100% rename from crates/swc_xml_parser/tests/recovery/cdata-before/span.rust-debug rename to crates/swc_xml_parser/tests/recovery/cdata-before/span.swc-stderr