From 50ccd7d60f078f3617bfed5c4e8e1fd7d45ec340 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 4 Feb 2025 10:38:31 +0100 Subject: Scope deprecations (#5798) --- tests/suite/loading/xml.typ | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/suite/loading/xml.typ') diff --git a/tests/suite/loading/xml.typ b/tests/suite/loading/xml.typ index 41cd20e7..933f3c48 100644 --- a/tests/suite/loading/xml.typ +++ b/tests/suite/loading/xml.typ @@ -26,3 +26,7 @@ --- xml-invalid --- // Error: 6-28 failed to parse XML (found closing tag 'data' instead of 'hello' in line 3) #xml("/assets/data/bad.xml") + +--- xml-decode-deprecated --- +// Warning: 14-20 `xml.decode` is deprecated, directly pass bytes to `xml` instead +#let _ = xml.decode -- cgit v1.2.3