diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 22:22:16 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 22:33:12 +0100 |
| commit | 2bb0135d2ad45b2a7228dbb61a04a703b1942798 (patch) | |
| tree | e10c45114943dac088e53e3a1133523fbfd5e057 /tests/typ/compiler | |
| parent | 255044e04e8b3ad7941a7dadcfd36c07669326aa (diff) | |
Fix inconsistency between text and idents in math
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()) $ |
