From a9cbb8d5a361358943d7e1437fcecb607e3db10b Mon Sep 17 00:00:00 2001 From: David Le <275601839+davidle-ms@users.noreply.github.com> Date: Fri, 1 May 2026 19:19:38 +1000 Subject: [PATCH 1/4] test: removed indentation Co-authored-by: Copilot --- xml/System.Formats.Asn1/ValueAsnReader.xml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xml/System.Formats.Asn1/ValueAsnReader.xml b/xml/System.Formats.Asn1/ValueAsnReader.xml index 9c7adcccc05..5281d3e56bc 100644 --- a/xml/System.Formats.Asn1/ValueAsnReader.xml +++ b/xml/System.Formats.Asn1/ValueAsnReader.xml @@ -831,18 +831,18 @@ is not an enum type. - - -or- - - was not declared with - - -or- - - . is - , but - . is not correct for - the method. - + + -or- + + was not declared with + + -or- + + . is + , but + . is not correct for + the method. + is From 504d2009293b5016a9c6b46648253f2f4235781d Mon Sep 17 00:00:00 2001 From: David Le <275601839+davidle-ms@users.noreply.github.com> Date: Mon, 4 May 2026 13:20:06 +1000 Subject: [PATCH 2/4] test: add indentation to exception --- xml/System.Formats.Asn1/ValueAsnReader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Formats.Asn1/ValueAsnReader.xml b/xml/System.Formats.Asn1/ValueAsnReader.xml index 5281d3e56bc..26f87b8a4ac 100644 --- a/xml/System.Formats.Asn1/ValueAsnReader.xml +++ b/xml/System.Formats.Asn1/ValueAsnReader.xml @@ -842,7 +842,7 @@ , but . is not correct for the method. - + is From bc7f82c00cc64482c8e72e22917949cb2b53b4eb Mon Sep 17 00:00:00 2001 From: David Le <275601839+davidle-ms@users.noreply.github.com> Date: Mon, 4 May 2026 13:43:39 +1000 Subject: [PATCH 3/4] test: without < element before hand --- xml/System.Formats.Asn1/ValueAsnReader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Formats.Asn1/ValueAsnReader.xml b/xml/System.Formats.Asn1/ValueAsnReader.xml index 26f87b8a4ac..fddb93ba1ea 100644 --- a/xml/System.Formats.Asn1/ValueAsnReader.xml +++ b/xml/System.Formats.Asn1/ValueAsnReader.xml @@ -830,7 +830,7 @@ The encoded value is too big to fit in a value. - is not an enum type. + The value is not an enum type. -or- From d3bb3bba8ff58298dfe599a986c734ce3d892230 Mon Sep 17 00:00:00 2001 From: David Le <275601839+davidle-ms@users.noreply.github.com> Date: Mon, 4 May 2026 14:15:21 +1000 Subject: [PATCH 4/4] test: revert to previous with < element --- xml/System.Formats.Asn1/ValueAsnReader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Formats.Asn1/ValueAsnReader.xml b/xml/System.Formats.Asn1/ValueAsnReader.xml index fddb93ba1ea..a187d9974bb 100644 --- a/xml/System.Formats.Asn1/ValueAsnReader.xml +++ b/xml/System.Formats.Asn1/ValueAsnReader.xml @@ -830,7 +830,7 @@ The encoded value is too big to fit in a value. - The value is not an enum type. + is not an enum type test. -or-