parinfer deleting whitespace after ?
ar1a opened this issue · comments
Aria Edmonds commented
How to reproduce:
(test ? )
it'll change it to
(test ?)
which is not what I want
Andrey Listopadov commented
Also happens to me. You might want to use ?\s
instead