diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-13 17:22:33 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-13 17:22:33 +0100 |
| commit | c36a136e6f26ac99e58465ad072c282fe6dbaedf (patch) | |
| tree | d2c21e28033a4af68460e0159203274cb03e074a /tests/typ/func-page.typ | |
| parent | 2aa4c5bfc6e35ca663aa77899975450e6a4a26de (diff) | |
Simpler diagnostic localization in tests ♻
Diffstat (limited to 'tests/typ/func-page.typ')
| -rw-r--r-- | tests/typ/func-page.typ | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/typ/func-page.typ b/tests/typ/func-page.typ index 6b9382b9..465a3469 100644 --- a/tests/typ/func-page.typ +++ b/tests/typ/func-page.typ @@ -47,12 +47,10 @@ Right to left! --- // Test error cases. // -// ref: false -// error: 3:7-3:18 unknown variable -// error: 6:17-6:20 aligned axis +// Ref: false -// Invalid paper. +// Error: 1:7-1:18 unknown variable [page nonexistant] -// Aligned axes. +// Error: 1:17-1:20 aligned axis [page main-dir: ltr] |
