This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Formatting a polymorphic variant with an empty string name causes a syntax error #472
Closed
Description
Thank you for filing! Check list:
- Is it a bug? Usage questions should often be asked in the forum instead.
- Concise, focused, friendly issue title & description.
- A minimal, reproducible example.
- OS and browser versions, if relevant.
- Is it already fixed in master?
Steps to reproduce:
- Format this code
let x = #""
Expected behaviour:
Nothing or formatting applied
Actual behaviour:
""
is stripped leaving you with let x = #
which is a syntax error.
Metadata
Metadata
Assignees
Labels
No labels