diff options
Diffstat (limited to 'tests/typ/bugs/place-spacing.typ')
| -rw-r--r-- | tests/typ/bugs/place-spacing.typ | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/typ/bugs/place-spacing.typ b/tests/typ/bugs/place-spacing.typ deleted file mode 100644 index 4d7b5fe3..00000000 --- a/tests/typ/bugs/place-spacing.typ +++ /dev/null @@ -1,15 +0,0 @@ -// Test that placed elements don't add extra block spacing. - ---- -#show figure: set block(spacing: 4em) - -Paragraph before float. -#figure(rect(), placement: bottom) -Paragraph after float. - ---- -#show place: set block(spacing: 4em) - -Paragraph before place. -#place(rect()) -Paragraph after place. |
