diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-29 13:21:25 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-29 13:28:19 +0200 |
| commit | 2c6127dea611944abb09a0d38375ad7cf9baced0 (patch) | |
| tree | 6572d169d4ce26edc38a880860ebae2f49639fb8 /tests/typ | |
| parent | 7d15dc634b3be1b6e284bb6b2450e3736d3e6e8d (diff) | |
Refactor state
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/par.typ | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/typ/text/par.typ b/tests/typ/text/par.typ index 8aa1147d..0c776c70 100644 --- a/tests/typ/text/par.typ +++ b/tests/typ/text/par.typ @@ -1,12 +1,7 @@ // Test configuring paragraph properties. --- -// FIXME: Word spacing doesn't work due to new shaping process. -#par!(spacing: 10pt, leading: 25%, word-spacing: 1pt) +#par!(spacing: 10pt, leading: 25%) But, soft! what light through yonder window breaks? It is the east, and Juliet is the sun. - ---- -// Test that it finishes an existing paragraph. -Hello #par!(word-spacing: 0pt) t h e r e ! |
