From 020294fca9a7065d4b9cf4e677f606ebaaa29b00 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- tests/suite/syntax/embedded.typ | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/suite/syntax/embedded.typ (limited to 'tests/suite/syntax/embedded.typ') diff --git a/tests/suite/syntax/embedded.typ b/tests/suite/syntax/embedded.typ new file mode 100644 index 00000000..74ce4a03 --- /dev/null +++ b/tests/suite/syntax/embedded.typ @@ -0,0 +1,9 @@ +// Test embedded expressions. + +--- markup-expr-incomplete --- +// Error: 2-2 expected expression +# + +--- markup-expr-incomplete-followed-by-text --- +// Error: 2-2 expected expression +# hello -- cgit v1.2.3