From 17e89468847735df10381c47c46c7d82d33cc463 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 30 Jun 2021 22:32:24 +0200 Subject: Remove color literals (#39) --- tests/typ/code/array.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code/array.typ') diff --git a/tests/typ/code/array.typ b/tests/typ/code/array.typ index c9383501..002a792a 100644 --- a/tests/typ/code/array.typ +++ b/tests/typ/code/array.typ @@ -15,7 +15,7 @@ // Multiple lines and items and trailing comma. {("1" - , #002 + , rgb("002") ,)} // Error: 3 expected closing paren -- cgit v1.2.3