mirror of
https://github.com/vim/vim.git
synced 2026-08-05 22:27:03 +02:00
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:
committed by
Christian Brabandt
parent
8da886269a
commit
ea14bb7df9
@@ -0,0 +1,4 @@
|
||||
-- Issue #18776 (allow spaces in backticked operators)
|
||||
|
||||
main = print (9 ` div ` 4)
|
||||
|
||||
Reference in New Issue
Block a user