diff options
| author | +merlan #flirora <uruwi@protonmail.com> | 2024-06-04 11:22:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-04 15:22:56 +0000 |
| commit | 99b393110e622971c29d34dfb9d9d7b660131b20 (patch) | |
| tree | ee906e68a9354cda6edbbfe857ef5ae9f610ba41 /tests | |
| parent | 1e2e07adffcaf28704af2b26450c293711cc1352 (diff) | |
Align corner brackets to the top and bottom when scaling (#4200)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/issue-4188-lr-corner-brackets.png | bin | 0 -> 368 bytes | |||
| -rw-r--r-- | tests/suite/math/delimited.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/issue-4188-lr-corner-brackets.png b/tests/ref/issue-4188-lr-corner-brackets.png Binary files differnew file mode 100644 index 00000000..c932def2 --- /dev/null +++ b/tests/ref/issue-4188-lr-corner-brackets.png diff --git a/tests/suite/math/delimited.typ b/tests/suite/math/delimited.typ index 42a67c4e..632fbd40 100644 --- a/tests/suite/math/delimited.typ +++ b/tests/suite/math/delimited.typ @@ -62,3 +62,7 @@ $ 1/(2 y (x) (2(3)) $ // Test ignoring weak spacing immediately after the opening // and immediately before the closing. $ [#h(1em, weak: true)A(dif x, f(x) dif x)sum#h(1em, weak: true)] $ + +--- issue-4188-lr-corner-brackets --- +// Test positioning of U+231C to U+231F +$⌜a⌟⌞b⌝$ = $⌜$$a$$⌟$$⌞$$b$$⌝$ |
