summaryrefslogtreecommitdiff
path: root/tex/context/test/mkiv/context-test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/test/mkiv/context-test.tex')
-rw-r--r--tex/context/test/mkiv/context-test.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/tex/context/test/mkiv/context-test.tex b/tex/context/test/mkiv/context-test.tex
new file mode 100644
index 000000000..3cf002baf
--- /dev/null
+++ b/tex/context/test/mkiv/context-test.tex
@@ -0,0 +1,27 @@
+\starttext
+
+\startmode[mkiv]
+
+ \startluacode
+ tex.sprint("hello")
+ \stopluacode
+
+ \startMPcode
+ draw textext("hello") rotated 45 ;
+ \stopMPcode
+
+ \framed{hello}
+
+\stopmode
+
+\startnotmode[mkiv]
+
+ \startMPcode
+ draw textext("hello") rotated -45 ;
+ \stopMPcode
+
+ \framed{hello}
+
+\stopnotmode
+
+\stoptext