Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion formatTest/unit_tests/expected_output/basicStructures.re
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ let x = arr^[0] = 1;
*============================================================================
*/;

let (/\/) = (+); /* // is not a comment */
let (/++) = (+); /* // indicates the start of a comment, not an infix op */

let something =
if (self.ext.logSuccess) {
Expand Down
1 change: 1 addition & 0 deletions formatTest/unit_tests/expected_output/emptyFileComment.re
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// file with just a single line comment
Loading