diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/bugs/square-base.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/bugs/square-base.typ b/tests/typ/bugs/square-base.typ new file mode 100644 index 00000000..d8339c1a --- /dev/null +++ b/tests/typ/bugs/square-base.typ @@ -0,0 +1,5 @@ +// Test that square sets correct base for its content. + +--- +#set page(height: 80pt) +#square(width: 40%, rect(width: 60%, height: 80%)) |
