diff options
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/construct.typ | 2 | ||||
| -rw-r--r-- | tests/typ/style/set-site.typ | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/typ/style/construct.typ b/tests/typ/style/construct.typ index ab53d40f..65dcaf85 100644 --- a/tests/typ/style/construct.typ +++ b/tests/typ/style/construct.typ @@ -2,7 +2,7 @@ --- // Ensure that constructor styles aren't passed down the tree. -#set par(spacing: 2pt) +#set par(leading: 2pt) #list( body-indent: 20pt, [First], diff --git a/tests/typ/style/set-site.typ b/tests/typ/style/set-site.typ index b5464aeb..20d35f04 100644 --- a/tests/typ/style/set-site.typ +++ b/tests/typ/style/set-site.typ @@ -8,7 +8,6 @@ Hello *{x}* --- // Test that lists are affected by correct indents. -#set par(spacing: 4pt) #let fruit = [ - Apple - Orange @@ -23,7 +22,7 @@ Hello *{x}* --- // Test that that par spacing and text style are respected from // the outside, but the more specific fill is respected. -#set par(spacing: 4pt) +#set par(spacing: 0pt) #set text(style: "italic", fill: eastern) #let x = [And the forest #parbreak() lay silent!] #text(fill: forest, x) |
