diff options
Diffstat (limited to 'tests/typ/code/ops-invalid.typ')
| -rw-r--r-- | tests/typ/code/ops-invalid.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/ops-invalid.typ b/tests/typ/code/ops-invalid.typ index 5d371e91..1355181a 100644 --- a/tests/typ/code/ops-invalid.typ +++ b/tests/typ/code/ops-invalid.typ @@ -26,8 +26,8 @@ {not ()} --- -// Error: 2-12 cannot apply '<=' to relative and relative -{30% <= 40%} +// Error: 2-18 cannot apply '<=' to linear and relative +{30% + 1pt <= 40%} --- // Special messages for +, -, * and /. |
