Skip to content

Commit c0a5831

Browse files
committed
accept
1 parent 519d2f9 commit c0a5831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/tests-compiler/loops.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ let add_substitute =
522522
previous = 32;
523523
i$4 = next_i;
524524
}
525-
else if(92 === previous){
525+
else if(previous === 92){
526526
caml_call2(add_char, b, 92);
527527
caml_call2(add_char, b, previous$0);
528528
var i$6 = i$4 + 1 | 0;

0 commit comments

Comments
 (0)