From 4dbd9285c91d59d527f4324df4aaf239ecb007ca Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 11 Jun 2021 14:00:06 +0200 Subject: Basic enums --- tests/ref/markup/enums.png | Bin 0 -> 3066 bytes tests/typ/markup/enums.typ | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 tests/ref/markup/enums.png create mode 100644 tests/typ/markup/enums.typ (limited to 'tests') diff --git a/tests/ref/markup/enums.png b/tests/ref/markup/enums.png new file mode 100644 index 00000000..f9bc552b Binary files /dev/null and b/tests/ref/markup/enums.png differ 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. -- cgit v1.2.3