diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-16 16:41:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-16 14:41:18 +0000 |
| commit | 16e67f8bea7e6891e954420e2e005976fb48a528 (patch) | |
| tree | b1de8e17f184d10894447a602da1722a71dd23a9 /tests/suite/layout/inline | |
| parent | db71a178bef7f1525d732a190ac75a1a6d56f24b (diff) | |
Shrink tests (#4967)
Diffstat (limited to 'tests/suite/layout/inline')
| -rw-r--r-- | tests/suite/layout/inline/hyphenate.typ | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/suite/layout/inline/hyphenate.typ b/tests/suite/layout/inline/hyphenate.typ index debce1da..2324ba64 100644 --- a/tests/suite/layout/inline/hyphenate.typ +++ b/tests/suite/layout/inline/hyphenate.typ @@ -164,6 +164,4 @@ el objetivo de protegerle de las patrullas de milicianos. --- costs-access --- #set text(costs: (hyphenation: 1%, runt: 2%)) #set text(costs: (widow: 3%)) -#context { - assert.eq(text.costs, (hyphenation: 1%, runt: 2%, widow: 3%, orphan: 100%)) -} +#context test(text.costs, (hyphenation: 1%, runt: 2%, widow: 3%, orphan: 100%)) |
