Skip to content

Commit aec48a9

Browse files
committed
format jscomp/test again
1 parent 73df372 commit aec48a9

File tree

127 files changed

+447
-258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+447
-258
lines changed

jscomp/test/arity_deopt.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/arity_deopt.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, x, y) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
/* let f = fun x y */

jscomp/test/array_subtle_test.js

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/array_subtle_test.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, (x, y)) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
let v = [1, 2, 3, 3]

jscomp/test/ast_abstract_test.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/ast_abstract_test.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, x, y) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
@deriving({jsConverter: newType})

jscomp/test/bs_auto_uncurry_test.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/bs_auto_uncurry_test.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, x, y) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
@send external map: (array<'a>, 'a => 'b) => array<'b> = "map"

jscomp/test/bs_ignore_effect.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/bs_ignore_effect.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, x, y) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
%%raw(`

jscomp/test/bs_map_test.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, x, y) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
let b = (loc, v) => {

jscomp/test/bs_string_test.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/bs_string_test.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, x, y) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
let () = eq(

jscomp/test/bytes_split_gpr_743_test.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/bytes_split_gpr_743_test.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, (x, y)) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
let () = {

jscomp/test/chain_code_test.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/test/chain_code_test.res

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ let test_id = ref(0)
33
let eq = (loc, x, y) => {
44
incr(test_id)
55
suites :=
6-
list{(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)), ...suites.contents}
6+
list{
7+
(loc ++ (" id " ++ Js.Int.toString(test_id.contents)), _ => Mt.Eq(x, y)),
8+
...suites.contents,
9+
}
710
}
811

912
let f = h => h["x"]["y"]["z"]

0 commit comments

Comments
 (0)