mirror of
https://github.com/macvim-dev/macvim.git
synced 2025-12-23 12:14:37 +01:00
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>
5 lines
84 B
Haskell
5 lines
84 B
Haskell
-- Issue #18776 (allow spaces in backticked operators)
|
|
|
|
main = print (9 ` div ` 4)
|
|
|