diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-22 18:25:29 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-22 18:25:29 +0100 |
| commit | 8527517258cf62a2f229796cc3f118d8bf0494b6 (patch) | |
| tree | 7662e90bcb9d610e63f4b1a9f1f12f84cb1f742a /tests | |
| parent | 947522b71aa6220ce8f006bfab4700d6e3cb04f1 (diff) | |
Rename `desc` to `terms`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/basics/enum.png | bin | 27690 -> 29431 bytes | |||
| -rw-r--r-- | tests/ref/basics/terms.png (renamed from tests/ref/basics/desc.png) | bin | 16887 -> 16887 bytes | |||
| -rw-r--r-- | tests/typ/basics/enum.typ | 6 | ||||
| -rw-r--r-- | tests/typ/basics/list.typ | 2 | ||||
| -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 Binary files differindex 0c9c9487..5ccdb1ad 100644 --- a/tests/ref/basics/enum.png +++ b/tests/ref/basics/enum.png diff --git a/tests/ref/basics/desc.png b/tests/ref/basics/terms.png Binary files differindex e186ec8c..e186ec8c 100644 --- a/tests/ref/basics/desc.png +++ b/tests/ref/basics/terms.png 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(), |
