diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-14 09:44:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 08:44:03 +0000 |
| commit | c2ca3615d72ab6e7f2c29018f4a1e525b898e11d (patch) | |
| tree | 35414089075641b20233c79614d12575d870a240 /tests | |
| parent | 7c61ccac71fbdc4fd6fe905f86703b48a53c8d06 (diff) | |
Fix sizing of nested equations (#3664)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/3658-math-size.png | bin | 0 -> 531 bytes | |||
| -rw-r--r-- | tests/typ/bugs/3658-math-size.typ | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ref/bugs/3658-math-size.png b/tests/ref/bugs/3658-math-size.png Binary files differnew file mode 100644 index 00000000..94c8d388 --- /dev/null +++ b/tests/ref/bugs/3658-math-size.png diff --git a/tests/typ/bugs/3658-math-size.typ b/tests/typ/bugs/3658-math-size.typ new file mode 100644 index 00000000..63c020b2 --- /dev/null +++ b/tests/typ/bugs/3658-math-size.typ @@ -0,0 +1,5 @@ +// https://github.com/typst/typst/issues/3658 + +--- +$ #rect[$1/2$] $ +$#rect[$1/2$]$ |
