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/library/basic.typ | |
| parent | cd25b402816b0b4db0b310e3fff179f2a4fd7751 (diff) | |
A few predefined colors for testing
Diffstat (limited to 'tests/typ/library/basic.typ')
| -rw-r--r-- | tests/typ/library/basic.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/library/basic.typ b/tests/typ/library/basic.typ index a16215a7..dab0fc17 100644 --- a/tests/typ/library/basic.typ +++ b/tests/typ/library/basic.typ @@ -22,4 +22,4 @@ // Error: 3:11-3:11 missing argument: red component // Error: 2:11-2:11 missing argument: green component // Error: 1:11-1:11 missing argument: blue component -#test(rgb(), #000000) +#test(rgb(), black) |
