From 2ed4212c760701e308dcf6c740720d18e8f2dbf1 Mon Sep 17 00:00:00 2001 From: Naim A <227396+naim94a@users.noreply.github.com> Date: Thu, 30 Mar 2023 00:07:08 +0300 Subject: bail! when #symbol is called without parameters (#440) --- tests/typ/compute/construct.typ | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 @@ -57,6 +57,10 @@ #envelope.lightning #envelope.fly +--- +// Error: 8-10 expected at least one variant +#symbol() + --- // Test conversion to string. #test(str(123), "123") -- cgit v1.2.3