summaryrefslogtreecommitdiff
path: root/tests/typ/markup/lists.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-28 15:50:48 +0100
committerLaurenz <laurmaedje@gmail.com>2022-02-28 23:54:34 +0100
commit3ca5b238238e1128aa7bbfbd5db9e632045d8600 (patch)
tree2471f4b340a15695b7f4d518c0b39fabaea676c4 /tests/typ/markup/lists.typ
parentb63c21c91d99a1554a019dc275f955d3e6a34271 (diff)
Reorganize library
Diffstat (limited to 'tests/typ/markup/lists.typ')
-rw-r--r--tests/typ/markup/lists.typ51
1 files changed, 0 insertions, 51 deletions
diff --git a/tests/typ/markup/lists.typ b/tests/typ/markup/lists.typ
deleted file mode 100644
index 38fc2c63..00000000
--- a/tests/typ/markup/lists.typ
+++ /dev/null
@@ -1,51 +0,0 @@
-// Test lists.
-
----
-_Shopping list_
-- Apples
-- Potatoes
-- Juice
-
----
-Tightly
-- surrounded
-- by two
-paragraphs.
-
----
-- First level.
-
- - Second level.
-
- There are multiple paragraphs.
- - Third level.
- Still the same bullet point.
-
- - Still level 2.
-
-- At the top.
-
----
-- Level 1
- - Level [
-2 through template
-]
-
----
- - Top-level indent
-- is fine.
-
----
- - A
- - B
- - C
-- D
-
----
-// This works because tabs are used consistently.
- - A with 1 tab
- - B with 2 tabs
-
-// This doesn't work because of mixed tabs and spaces.
- - A with 2 spaces
- - B with 2 tabs