diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math-root-frame-size-index.png | bin | 0 -> 902 bytes | |||
| -rw-r--r-- | tests/suite/math/root.typ | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/math-root-frame-size-index.png b/tests/ref/math-root-frame-size-index.png Binary files differnew file mode 100644 index 00000000..41d4df2e --- /dev/null +++ b/tests/ref/math-root-frame-size-index.png diff --git a/tests/suite/math/root.typ b/tests/suite/math/root.typ index df339fa8..b70b4b9b 100644 --- a/tests/suite/math/root.typ +++ b/tests/suite/math/root.typ @@ -44,3 +44,9 @@ $ root(2, x) quad $ √2^3 = sqrt(2^3) $ $ √(x+y) quad ∛x quad ∜x $ $ (√2+3) = (sqrt(2)+3) $ + +--- math-root-frame-size-index --- +// Test size of final frame when there is an index. +$ a root(, 3) & a root(., 3) \ + a sqrt(3) & a root(2, 3) \ + a root(#h(-1em), 3) & a root(123, 3) $ |
