diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/op.png | bin | 6576 -> 6762 bytes | |||
| -rw-r--r-- | tests/typ/math/op.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/math/op.png b/tests/ref/math/op.png Binary files differindex 863c6684..089e5168 100644 --- a/tests/ref/math/op.png +++ b/tests/ref/math/op.png 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 $ |
