diff options
Diffstat (limited to 'tests/typ/compute/construct.typ')
| -rw-r--r-- | tests/typ/compute/construct.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/compute/construct.typ b/tests/typ/compute/construct.typ index dc146719..ee0a24b0 100644 --- a/tests/typ/compute/construct.typ +++ b/tests/typ/compute/construct.typ @@ -58,6 +58,10 @@ #envelope.fly --- +// Error: 8-10 expected at least one variant +#symbol() + +--- // Test conversion to string. #test(str(123), "123") #test(str(50.14), "50.14") |
