diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-05-23 22:59:25 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-05-23 22:59:25 +0200 |
| commit | 14f093bfee3d0871d9796a0dcaf1648b76010930 (patch) | |
| tree | 83cf2e2d56d2d25a154c76c5bf31146eb03ce3c1 /tests/typ/markup/basic.typ | |
| parent | cd25b402816b0b4db0b310e3fff179f2a4fd7751 (diff) | |
A few predefined colors for testing
Diffstat (limited to 'tests/typ/markup/basic.typ')
| -rw-r--r-- | tests/typ/markup/basic.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/markup/basic.typ b/tests/typ/markup/basic.typ index bfe3d2cb..24c23e64 100644 --- a/tests/typ/markup/basic.typ +++ b/tests/typ/markup/basic.typ @@ -3,7 +3,7 @@ --- #let linebreak() = [ // Inside the old line break definition is still active. - #square(length: 3pt, fill: #000) \ + #square(length: 3pt, fill: black) \ ] A \ B \ C |
