diff options
Diffstat (limited to 'tests/typ/compiler')
| -rw-r--r-- | tests/typ/compiler/highlight.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/compiler/highlight.typ b/tests/typ/compiler/highlight.typ index 6c6ec802..2dc2474a 100644 --- a/tests/typ/compiler/highlight.typ +++ b/tests/typ/compiler/highlight.typ @@ -5,7 +5,7 @@ #set hello() #set hello.world() #set hello.my.world() - +#let foo(x) = x * 2 #show heading: func #show module.func: func #show module.func: it => {} @@ -30,6 +30,7 @@ $ hello.my.world $ $ hello.my.world() $ $ hello.my().world $ $ hello.my().world() $ +$ f_zeta(x), f_zeta(x)/1 $ $ emph(hello) $ $ emph(hello()) $ |
