diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-23 12:45:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-23 12:45:20 +0100 |
| commit | 4f9e5819bbab1f93ad4f4b789038c60487a76368 (patch) | |
| tree | 488a4e0422db4531d9882cf08f0b5cc21ae55a23 /tests/typ/text | |
| parent | d3f6040cedacad1b6c323be721c9086f6c5d9a44 (diff) | |
2d alignments with plus operator
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/par.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/text/par.typ b/tests/typ/text/par.typ index 9955b993..7b6bd289 100644 --- a/tests/typ/text/par.typ +++ b/tests/typ/text/par.typ @@ -15,3 +15,7 @@ It is the east, and Juliet is the sun. --- // Error: 13-16 must be horizontal #par(align: top) + +--- +// Error: 13-29 expected alignment, found 2d alignment +#par(align: horizon + center) |
