From 305524d005df075d53575552ee090fb53192a3fe Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 11 Sep 2023 14:42:43 +0200 Subject: Update tests for type system changes --- tests/typ/layout/enum-align.typ | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/typ/layout/enum-align.typ') diff --git a/tests/typ/layout/enum-align.typ b/tests/typ/layout/enum-align.typ index 9d11235c..7cfa5505 100644 --- a/tests/typ/layout/enum-align.typ +++ b/tests/typ/layout/enum-align.typ @@ -33,9 +33,12 @@ --- // Test valid number align values (horizontal) +// Ref: false #set enum(number-align: start) #set enum(number-align: end) #set enum(number-align: left) #set enum(number-align: right) -// Error: 25-28 alignment must be horizontal + +--- +// Error: 25-28 expected `start`, `left`, `center`, `right`, or `end`, found top #set enum(number-align: top) -- cgit v1.2.3