diff options
| author | Emmett Rayes <109030944+emmett-rayes@users.noreply.github.com> | 2023-12-18 18:25:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 18:25:28 +0100 |
| commit | 6808e58a3bb2782c49517c02634b65d85fe28664 (patch) | |
| tree | 02c2dde57299115765a1e15857ad830eaa865058 /tests | |
| parent | 1f983ced90f1660958eb9ec9854dbbc2b3aa3509 (diff) | |
Cycle list markers by default (#2788)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/grid-1.png | bin | 852 -> 835 bytes | |||
| -rw-r--r-- | tests/ref/compiler/construct.png | bin | 6230 -> 6113 bytes | |||
| -rw-r--r-- | tests/ref/compiler/show-recursive.png | bin | 16894 -> 14951 bytes | |||
| -rw-r--r-- | tests/ref/layout/list-marker.png | bin | 3949 -> 3825 bytes | |||
| -rw-r--r-- | tests/ref/layout/list.png | bin | 20981 -> 20705 bytes | |||
| -rw-r--r-- | tests/typ/layout/list-marker.typ | 2 |
6 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/bugs/grid-1.png b/tests/ref/bugs/grid-1.png Binary files differindex 5570c165..f60ad7f4 100644 --- a/tests/ref/bugs/grid-1.png +++ b/tests/ref/bugs/grid-1.png diff --git a/tests/ref/compiler/construct.png b/tests/ref/compiler/construct.png Binary files differindex 6ce83371..f1acf665 100644 --- a/tests/ref/compiler/construct.png +++ b/tests/ref/compiler/construct.png diff --git a/tests/ref/compiler/show-recursive.png b/tests/ref/compiler/show-recursive.png Binary files differindex 9e502c3f..a5a153c0 100644 --- a/tests/ref/compiler/show-recursive.png +++ b/tests/ref/compiler/show-recursive.png diff --git a/tests/ref/layout/list-marker.png b/tests/ref/layout/list-marker.png Binary files differindex 5d8523eb..19d6ed5f 100644 --- a/tests/ref/layout/list-marker.png +++ b/tests/ref/layout/list-marker.png diff --git a/tests/ref/layout/list.png b/tests/ref/layout/list.png Binary files differindex 8a3360b9..269243eb 100644 --- a/tests/ref/layout/list.png +++ b/tests/ref/layout/list.png 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 |
