reason icon indicating copy to clipboard operation
reason copied to clipboard

refmt removes unremovable parentheses

Open smorimoto opened this issue 3 years ago • 0 comments

We use these helpers in our tests, but refmt breaks them. https://github.com/ocsigen/tyxml/blob/8551b673857fdc1defebe7c502ffcb920f04009e/test/tyxml_test.ml#L81-L85

Actual behavior:

  1. !:(<p />)
  2. !:<p />

Expected behaviour:

  1. !:(<p />)
  2. !:(<p />)

smorimoto avatar Apr 16 '21 18:04 smorimoto