summaryrefslogtreecommitdiff
path: root/tests/suite/loading/toml.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-02-04 10:38:31 +0100
committerGitHub <noreply@github.com>2025-02-04 09:38:31 +0000
commit50ccd7d60f078f3617bfed5c4e8e1fd7d45ec340 (patch)
tree22c12abf76d2b2c20b49b569167ddf60fbe5b348 /tests/suite/loading/toml.typ
parent5b3593e571826ae44a3aeb0e0f6f09face7291ac (diff)
Scope deprecations (#5798)
Diffstat (limited to 'tests/suite/loading/toml.typ')
-rw-r--r--tests/suite/loading/toml.typ4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/loading/toml.typ b/tests/suite/loading/toml.typ
index 855ca995..a4318a01 100644
--- a/tests/suite/loading/toml.typ
+++ b/tests/suite/loading/toml.typ
@@ -39,3 +39,7 @@
--- toml-invalid ---
// Error: 7-30 failed to parse TOML (expected `.`, `=` at line 1 column 16)
#toml("/assets/data/bad.toml")
+
+--- toml-decode-deprecated ---
+// Warning: 15-21 `toml.decode` is deprecated, directly pass bytes to `toml` instead
+#let _ = toml.decode