diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/math/root.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/math/root.typ b/tests/typ/math/root.typ index 8d3e2de0..fdb37bc1 100644 --- a/tests/typ/math/root.typ +++ b/tests/typ/math/root.typ @@ -35,4 +35,5 @@ $ v = sqrt((1/2) / (4/5)) // Test large index. $ root(2, x) quad root(3/(2/1), x) quad - root(1/11, x) $ + root(1/11, x) quad + root(1/2/3, 1) $ |
