diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/foundations/array.typ | 2 | ||||
| -rw-r--r-- | tests/suite/visualize/color.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/foundations/array.typ b/tests/suite/foundations/array.typ index 336c5a67..7b4c574a 100644 --- a/tests/suite/foundations/array.typ +++ b/tests/suite/foundations/array.typ @@ -173,7 +173,7 @@ } --- array-first-and-last --- -// The the `first` and `last` methods. +// The `first` and `last` methods. #test((1,).first(), 1) #test((2,).last(), 2) #test((1, 2, 3).first(), 1) diff --git a/tests/suite/visualize/color.typ b/tests/suite/visualize/color.typ index 6cf887a4..33259461 100644 --- a/tests/suite/visualize/color.typ +++ b/tests/suite/visualize/color.typ @@ -133,7 +133,7 @@ #test-repr(oklch(rgb(1, 2, 3)), oklch(8.23%, 0.008, 240.75deg, 100%)) --- color-spaces --- -// The the different color spaces +// The different color spaces #let col = rgb(50%, 64%, 16%) #box(square(size: 9pt, fill: col)) #box(square(size: 9pt, fill: rgb(col))) |
