summaryrefslogtreecommitdiff
path: root/tests/typ/compute
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-21 09:38:47 +0100
committerGitHub <noreply@github.com>2024-02-21 08:38:47 +0000
commitbe49935753f0e37ae8e04fb53111e6f116c63f47 (patch)
tree0fbc875af61bdedb0d0de42b8809bdb4aae8586f /tests/typ/compute
parentb2e509d472634fd5dd43514dbde24eedab566abd (diff)
Destructuring improvements (#3463)
Diffstat (limited to 'tests/typ/compute')
-rw-r--r--tests/typ/compute/foundations.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/foundations.typ b/tests/typ/compute/foundations.typ
index cabed0bf..e4b7ce6a 100644
--- a/tests/typ/compute/foundations.typ
+++ b/tests/typ/compute/foundations.typ
@@ -86,7 +86,7 @@
#eval("RR_1^NN", mode: "math", scope: (RR: math.NN, NN: math.RR))
---
-// Error: 7-12 expected identifier
+// Error: 7-12 expected pattern
#eval("let")
---