summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/highlight.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/highlight.typ')
-rw-r--r--tests/typ/compiler/highlight.typ42
1 files changed, 0 insertions, 42 deletions
diff --git a/tests/typ/compiler/highlight.typ b/tests/typ/compiler/highlight.typ
deleted file mode 100644
index 1cbeaf9d..00000000
--- a/tests/typ/compiler/highlight.typ
+++ /dev/null
@@ -1,42 +0,0 @@
-#set page(width: auto)
-
-```typ
-#set hello()
-#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 => {}
-#foo(ident: ident)
-#hello
-#hello()
-#box[]
-#hello.world
-#hello.world()
-#hello().world()
-#hello.my.world
-#hello.my.world()
-#hello.my().world
-#hello.my().world()
-#{ hello }
-#{ hello() }
-#{ hello.world() }
-$ hello $
-$ hello() $
-$ box[] $
-$ hello.world $
-$ hello.world() $
-$ hello.my.world() $
-$ f_zeta(x), f_zeta(x)/1 $
-$ emph(hello.my.world()) $
-$ emph(hello.my().world) $
-$ emph(hello.my().world()) $
-$ #hello $
-$ #hello() $
-$ #hello.world $
-$ #hello.world() $
-$ #box[] $
-#if foo []
-```