diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2023-11-13 12:26:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 12:26:58 +0100 |
| commit | 67422e664b9e7089e8eb4de65c5a25b2817a00c0 (patch) | |
| tree | b692e4a91728e7286da38c2fffb2e3a5744f53c4 /tests/typ | |
| parent | 8219ec259511f4f2f03b8921a4f20f3a39c43821 (diff) | |
Allow non-string contents for math operators (#2663)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/math/op.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/op.typ b/tests/typ/math/op.typ index 2a0f84fc..14e1c6e6 100644 --- a/tests/typ/math/op.typ +++ b/tests/typ/math/op.typ @@ -24,3 +24,7 @@ $ op("myop", limits: #false)_(x:=1) x \ --- // Test styled operator. $ bold(op("bold", limits: #true))_x y $ + +--- +// With non-text content +$ op(#underline[ul]) a $ |
