diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/style/set-site.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/style/set-site.typ b/tests/typ/style/set-site.typ index 0a00e199..b5464aeb 100644 --- a/tests/typ/style/set-site.typ +++ b/tests/typ/style/set-site.typ @@ -12,8 +12,7 @@ Hello *{x}* #let fruit = [ - Apple - Orange - #set list(body-indent: 10pt) - - Pear + #list(body-indent: 10pt, [Pear]) ] - Fruit |
