summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/basics/enum.pngbin27690 -> 29431 bytes
-rw-r--r--tests/ref/basics/terms.png (renamed from tests/ref/basics/desc.png)bin16887 -> 16887 bytes
-rw-r--r--tests/typ/basics/enum.typ6
-rw-r--r--tests/typ/basics/list.typ2
-rw-r--r--tests/typ/basics/terms.typ (renamed from tests/typ/basics/desc.typ)8
5 files changed, 8 insertions, 8 deletions
diff --git a/tests/ref/basics/enum.png b/tests/ref/basics/enum.png
index 0c9c9487..5ccdb1ad 100644
--- a/tests/ref/basics/enum.png
+++ b/tests/ref/basics/enum.png
Binary files differ
diff --git a/tests/ref/basics/desc.png b/tests/ref/basics/terms.png
index e186ec8c..e186ec8c 100644
--- a/tests/ref/basics/desc.png
+++ b/tests/ref/basics/terms.png
Binary files differ
diff --git a/tests/typ/basics/enum.typ b/tests/typ/basics/enum.typ
index 2bec3e9e..e651ca31 100644
--- a/tests/typ/basics/enum.typ
+++ b/tests/typ/basics/enum.typ
@@ -32,9 +32,9 @@
---
// Mix of different lists
-- List
-+ Enum
-/ Desc: List
+- Bullet List
++ Numbered List
+/ Term: List
---
// Test numbering with closure.
diff --git a/tests/typ/basics/list.typ b/tests/typ/basics/list.typ
index 4a948131..fc3e5ca7 100644
--- a/tests/typ/basics/list.typ
+++ b/tests/typ/basics/list.typ
@@ -1,4 +1,4 @@
-// Test unordered lists.
+// Test bullet lists.
---
-
diff --git a/tests/typ/basics/desc.typ b/tests/typ/basics/terms.typ
index a638098b..ba23f909 100644
--- a/tests/typ/basics/desc.typ
+++ b/tests/typ/basics/terms.typ
@@ -1,4 +1,4 @@
-// Test description lists.
+// Test term list.
---
/
@@ -7,7 +7,7 @@ No: list \
---
// Test with constructor.
-#desc(
+#terms(
([One], [First]),
([Two], [Second]),
)
@@ -32,12 +32,12 @@ No: list \
#set text(8pt)
/ First list: #lorem(4)
-#set desc(hanging-indent: 30pt)
+#set terms(hanging-indent: 30pt)
/ Second list: #lorem(4)
---
// Test grid like show rule.
-#show desc: it => table(
+#show terms: it => table(
columns: 2,
inset: 3pt,
..it.items.map(item => (emph(item(0)), item(1))).flatten(),