Skip to content

Commit

Permalink
rebase + wip error message
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 11, 2018
1 parent 747d213 commit 1734960
Show file tree
Hide file tree
Showing 4 changed files with 1,194 additions and 1,381 deletions.
2 changes: 1 addition & 1 deletion formatTest/errorTests/expected_output/lowercase_module.re
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
File "lowercase_module.re", line 1, characters 7-16:
Error: Module names must be uppercase identifiers. `lowercase` is not an uppercase identifier.
Error: Module names must start with an uppercase letter.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
File "lowercase_module_rec.re", line 1, characters 11-20:
Error: Module names must be uppercase identifiers. `lowercase` is not an uppercase identifier.
Error: Module names must start with an uppercase letter.
Loading

0 comments on commit 1734960

Please sign in to comment.