Skip to content

Commit

Permalink
improve tests for indentation of parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Apr 1, 2017
1 parent f2b27d8 commit 69afe3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/parenthesis/operator_definition.in.hs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-- foo bar
(<>) x y = x + y
(++) x y = x * y
1 change: 1 addition & 0 deletions test/parenthesis/operator_definition.out.hs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-- foo bar
(<>) x y = x + y
(++) x y = x * y

0 comments on commit 69afe3a

Please sign in to comment.