diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/layout/measure.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/layout/measure.typ b/tests/suite/layout/measure.typ index 5429c611..66e6461f 100644 --- a/tests/suite/layout/measure.typ +++ b/tests/suite/layout/measure.typ @@ -92,3 +92,10 @@ table(columns: 5, u(17), it, u(1), it, u(5)) [#size.width] // 17pt } + +--- issue-5180-measure-inline-math-bounds --- +#context { + let height = measure(text(top-edge: "bounds", $x$)).height + assert(height > 4pt) + assert(height < 5pt) +} |
