diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-29 16:05:05 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-06-29 16:05:05 +0200 |
| commit | 2f44d10aa4209b226cfc3d0f8f2c8516005edf6a (patch) | |
| tree | 26e5609c1db3a2b89d07789d5568ed77169b5b66 /tests/typ | |
| parent | 8ea05739afdbe84fc50fe97d780cc6096d8df03d (diff) | |
Make test separators commentable
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/code/block-invalid.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/call-invalid.typ | 2 | ||||
| -rw-r--r-- | tests/typ/markup/shorthands.typ | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/tests/typ/code/block-invalid.typ b/tests/typ/code/block-invalid.typ index ba3f02d3..7116e86a 100644 --- a/tests/typ/code/block-invalid.typ +++ b/tests/typ/code/block-invalid.typ @@ -29,7 +29,7 @@ --- // Ref: false -// Error: 3:1 expected closing brace +// Error: 2:1 expected closing brace { --- diff --git a/tests/typ/code/call-invalid.typ b/tests/typ/code/call-invalid.typ index f5a5adc3..34aa092d 100644 --- a/tests/typ/code/call-invalid.typ +++ b/tests/typ/code/call-invalid.typ @@ -26,7 +26,7 @@ // Error: 1-3 expected function, found string #x() -// Error: 3:1 expected closing bracket +// Error: 2:1 expected closing bracket #args[`a]` --- diff --git a/tests/typ/markup/shorthands.typ b/tests/typ/markup/shorthands.typ index 38471c9d..ef0bf866 100644 --- a/tests/typ/markup/shorthands.typ +++ b/tests/typ/markup/shorthands.typ @@ -4,4 +4,5 @@ The non-breaking~space does work. --- -En dash: -- +- En dash: -- +- Em dash: --- |
