summaryrefslogtreecommitdiff
path: root/tests/typ/text/features.typ
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2022-05-31 22:56:08 +0200
committerMartin Haug <mhaug@live.de>2022-05-31 22:56:08 +0200
commit4e3036afcbdf2814889030413ffa81c8cc697341 (patch)
tree5a40018bb0fc39e726640184d988dcb0f2d3f86b /tests/typ/text/features.typ
parent97858e5992a52459dd8a34be7a6b4786952b491a (diff)
Sub- and superscripts
Fixes to PDF export I guess Also improved rendition for non-Latin scripts
Diffstat (limited to 'tests/typ/text/features.typ')
-rw-r--r--tests/typ/text/features.typ11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/typ/text/features.typ b/tests/typ/text/features.typ
index 739230c9..070fdcdf 100644
--- a/tests/typ/text/features.typ
+++ b/tests/typ/text/features.typ
@@ -35,13 +35,6 @@ fi vs. #text(ligatures: false)[No fi]
#text(number-width: "tabular")[0123456789]
---
-// Test number position.
-#set text("IBM Plex Sans")
-#text(number-position: "normal")[C2H4] \
-#text(number-position: "subscript")[C2H4] \
-#text(number-position: "superscript")[C2H4]
-
----
// Test extra number stuff.
#set text("IBM Plex Sans")
0 vs. #text(slashed-zero: true)[0] \
@@ -66,9 +59,5 @@ fi vs. #text(features: (liga: 0))[No fi]
#set text(number-type: 2)
---
-// Error: 24-35 expected "lining" or "old-style"
-#set text(number-type: "different")
-
----
// Error: 21-26 expected array of strings or dictionary mapping tags to integers, found boolean
#set text(features: false)