runtime(haskell): Add syntax test

Add a test for issue #18776 (allow spaces in backticked operators).

closes: #18783

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-11-21 18:22:37 +00:00
committed by Christian Brabandt
parent 8da886269a
commit ea14bb7df9
2 changed files with 24 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
-- Issue #18776 (allow spaces in backticked operators)
main = print (9 ` div ` 4)