From 6808e58a3bb2782c49517c02634b65d85fe28664 Mon Sep 17 00:00:00 2001 From: Emmett Rayes <109030944+emmett-rayes@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:25:28 +0100 Subject: Cycle list markers by default (#2788) Co-authored-by: Laurenz --- tests/ref/bugs/grid-1.png | Bin 852 -> 835 bytes tests/ref/compiler/construct.png | Bin 6230 -> 6113 bytes tests/ref/compiler/show-recursive.png | Bin 16894 -> 14951 bytes tests/ref/layout/list-marker.png | Bin 3949 -> 3825 bytes tests/ref/layout/list.png | Bin 20981 -> 20705 bytes tests/typ/layout/list-marker.typ | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ref/bugs/grid-1.png b/tests/ref/bugs/grid-1.png index 5570c165..f60ad7f4 100644 Binary files a/tests/ref/bugs/grid-1.png and b/tests/ref/bugs/grid-1.png differ diff --git a/tests/ref/compiler/construct.png b/tests/ref/compiler/construct.png index 6ce83371..f1acf665 100644 Binary files a/tests/ref/compiler/construct.png and b/tests/ref/compiler/construct.png differ diff --git a/tests/ref/compiler/show-recursive.png b/tests/ref/compiler/show-recursive.png index 9e502c3f..a5a153c0 100644 Binary files a/tests/ref/compiler/show-recursive.png and b/tests/ref/compiler/show-recursive.png differ diff --git a/tests/ref/layout/list-marker.png b/tests/ref/layout/list-marker.png index 5d8523eb..19d6ed5f 100644 Binary files a/tests/ref/layout/list-marker.png and b/tests/ref/layout/list-marker.png differ diff --git a/tests/ref/layout/list.png b/tests/ref/layout/list.png index 8a3360b9..269243eb 100644 Binary files a/tests/ref/layout/list.png and b/tests/ref/layout/list.png differ diff --git a/tests/typ/layout/list-marker.typ b/tests/typ/layout/list-marker.typ index 6f348530..9e28faad 100644 --- a/tests/typ/layout/list-marker.typ +++ b/tests/typ/layout/list-marker.typ @@ -7,7 +7,7 @@ - B --- -// Test that last item is repeated. +// Test that items are cycled. #set list(marker: ([--], [•])) - A - B -- cgit v1.2.3