This commit is contained in:
Malo 2025-02-28 23:54:28 +01:00
parent 12f33697ce
commit 1025419b5a
2 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

View File

@ -77,6 +77,19 @@ $ lr(body) quad
lr(size: #1em, body) quad
lr(size: #(1em+20%), body) $
--- math-lr-mid-class ---
// Test that `mid` keeps the original class.
$ (a |b) $
$ (a mid(|)b) $
--
$ (a class("fence", |)b) $
$ (a mid(class("fence", |))b) $
$ (a class("fence", mid(|))b) $
--
$ (a class("binary", |)b) $
$ (a mid(class("binary", |))b) $
$ (a class("binary", mid(|))b) $
--- math-lr-unbalanced ---
// Test unbalanced delimiters.
$ 1/(2 (x) $