diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-11 14:00:06 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-06-11 14:00:06 +0200 |
| commit | 4dbd9285c91d59d527f4324df4aaf239ecb007ca (patch) | |
| tree | 561a9a18a1eea6a2e598157f305667c4ea8e3e08 /tests | |
| parent | 3330767c20e14a05176902a93dcefb08cb509173 (diff) | |
Basic enums
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/markup/enums.png | bin | 0 -> 3066 bytes | |||
| -rw-r--r-- | tests/typ/markup/enums.typ | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/markup/enums.png b/tests/ref/markup/enums.png Binary files differnew file mode 100644 index 00000000..f9bc552b --- /dev/null +++ b/tests/ref/markup/enums.png diff --git a/tests/typ/markup/enums.typ b/tests/typ/markup/enums.typ new file mode 100644 index 00000000..516fd0c1 --- /dev/null +++ b/tests/typ/markup/enums.typ @@ -0,0 +1,11 @@ +// Test enums. + +--- +1. Embrace +2. Extend +3. Extinguish + +--- +1. First. + 2. Second. + 1. Back to first. |
