From 73fa2eda2c23bd3baeb9e22b99eb0bfb183fc638 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Tue, 1 Jun 2021 14:56:02 +0200 Subject: Introduce `fr`s --- tests/typ/code/ops.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code') diff --git a/tests/typ/code/ops.typ b/tests/typ/code/ops.typ index ef249c43..e2ecd4ff 100644 --- a/tests/typ/code/ops.typ +++ b/tests/typ/code/ops.typ @@ -10,7 +10,7 @@ // Test math operators. // Test plus and minus. -#for v in (1, 3.14, 12pt, 45deg, 90%, 13% + 10pt) { +#for v in (1, 3.14, 12pt, 45deg, 90%, 13% + 10pt, 6.3fr) { // Test plus. test(+v, v) -- cgit v1.2.3