mirror of
https://github.com/vim/vim.git
synced 2026-05-06 20:30:02 -04:00
ea14bb7df9
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)
|
|
|