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/json.typ | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/suite/loading/json.typ') diff --git a/tests/suite/loading/json.typ b/tests/suite/loading/json.typ index 3ebeaf2f..c8df1ff6 100644 --- a/tests/suite/loading/json.typ +++ b/tests/suite/loading/json.typ @@ -9,6 +9,10 @@ // Error: 7-30 failed to parse JSON (expected value at line 3 column 14) #json("/assets/data/bad.json") +--- json-decode-deprecated --- +// Warning: 15-21 `json.decode` is deprecated, directly pass bytes to `json` instead +#let _ = json.decode + --- issue-3363-json-large-number --- // Big numbers (larger than what i64 can store) should just lose some precision // but not overflow -- cgit v1.2.3