summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/compiler/hint.typ6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/compiler/hint.typ b/tests/typ/compiler/hint.typ
new file mode 100644
index 00000000..4fd25abb
--- /dev/null
+++ b/tests/typ/compiler/hint.typ
@@ -0,0 +1,6 @@
+// Test diagnostics.
+// Ref: false
+
+---
+// Error: 1:17-1:19 expected length, found integer: a length needs a unit – did you mean 12pt?
+#set text(size: 12) \ No newline at end of file