Skip to content

Commit

Permalink
Add failing test when formatting nested lists
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon committed Dec 4, 2018
1 parent f533d91 commit 355ee86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/blackbox-tests/test-cases/fmt/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ and files are not removed when there is an error:
Parse error: unclosed parenthesis at end of input
$ cat dune_temp
(a

$ echo ' (a (b (c d)))' | dune unstable-fmt
(a
(b
(c d) ))

0 comments on commit 355ee86

Please sign in to comment.