diff options
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/symbol.typ | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/tests/typ/text/symbol.typ b/tests/typ/text/symbol.typ index f758c779..3b7028e9 100644 --- a/tests/typ/text/symbol.typ +++ b/tests/typ/text/symbol.typ @@ -1,27 +1,18 @@ -// Test symbol notation. +// Test symbols. --- -:face: -:face:unknown: -:woman:old: -:turtle: +#emoji.face +#emoji.woman.old +#emoji.turtle #set text("New Computer Modern Math") -:arrow: -:arrow:l: -:arrow:r:squiggly: -#symbol(("arrow", "tr", "hook").join(":")) +#sym.arrow +#sym.arrow.l +#sym.arrow.r.squiggly +#sym.arrow.tr.hook ---- -Just a: colon. \ -Still :not a symbol. \ -Also not:a symbol \ -:arrow:r:this and this:arrow:l: \ - ---- -#show symbol.where(notation: "my:custom"): "MY" -This is :my:custom: notation. +#sym.arrow.r;this and this#sym.arrow.l; --- -// Error: 1-14 unknown symbol -:nonexisting: +// Error: 13-20 unknown modifier +#emoji.face.garbage |
