diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 19:50:14 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 19:50:14 +0100 |
| commit | 3f85d005bb5f343bb32a86d663f5dcfeef27f38a (patch) | |
| tree | 1349c139b22911e52e92eaf5c088ca1c29221f6e /tests/typ/math | |
| parent | 10675cd6d510521715c5e33508d80c4193ad9d74 (diff) | |
Fix root index placement again
Diffstat (limited to 'tests/typ/math')
| -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) $ |
