From 21e608e6e9bfe7c7b1111152c0f5647cfe1e9e4e Mon Sep 17 00:00:00 2001
From: Joshua Gawley <16921823+joshuagawley@users.noreply.github.com>
Date: Wed, 18 Dec 2024 16:52:37 +0000
Subject: Change error when accessing non-existant label (#5571)
---
tests/suite/foundations/label.typ | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'tests')
diff --git a/tests/suite/foundations/label.typ b/tests/suite/foundations/label.typ
index af6d2380..3b84c2d7 100644
--- a/tests/suite/foundations/label.typ
+++ b/tests/suite/foundations/label.typ
@@ -88,3 +88,7 @@ _Visible_
#set heading(numbering: "1.")
// Warning: 1-4 label `` is not attached to anything
+
+--- label-non-existent-error ---
+// Error: 5-10 sequence does not have field "label"
+#[].label
--
cgit v1.2.3