summaryrefslogtreecommitdiff
path: root/tests/typ/compute
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-13 14:04:12 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-13 14:44:45 +0200
commitf9feea3f2972815165b357724a9764a7d32377dc (patch)
treee20fc77431e501d65ad3eb615a1dc73d006d2cb8 /tests/typ/compute
parente77d9350140eeaef8b5f5c324eb34a402f581290 (diff)
Bump dependencies
Diffstat (limited to 'tests/typ/compute')
-rw-r--r--tests/typ/compute/data.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/data.typ b/tests/typ/compute/data.typ
index a8c79da1..c0a6ce50 100644
--- a/tests/typ/compute/data.typ
+++ b/tests/typ/compute/data.typ
@@ -98,7 +98,7 @@
#test(data.at("1"), "ok")
---
-// Error: 7-24 failed to parse YAML (while parsing a flow sequence, expected ',' or ']' at line 2 column 1)
+// Error: 7-24 failed to parse YAML (did not find expected ',' or ']' at line 2 column 1, while parsing a flow sequence at line 1 column 18)
#yaml("/files/bad.yaml")
---