@@ -65,15 +65,15 @@ function eqUOpt(x, y) {
65
65
}
66
66
}
67
67
68
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 25, characters 5-12" , eqUOpt ( uFromJs ( "x" ) , /* f */ 102 ) , true ) ;
68
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 25, characters 5-12" , eqUOpt ( uFromJs ( "x" ) , /* f */ 102 ) , true ) ;
69
69
70
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 26, characters 5-12" , eqUOpt ( uFromJs ( "D" ) , /* D */ 68 ) , true ) ;
70
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 26, characters 5-12" , eqUOpt ( uFromJs ( "D" ) , /* D */ 68 ) , true ) ;
71
71
72
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 27, characters 5-12" , eqUOpt ( uFromJs ( "C" ) , /* C */ 67 ) , true ) ;
72
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 27, characters 5-12" , eqUOpt ( uFromJs ( "C" ) , /* C */ 67 ) , true ) ;
73
73
74
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 28, characters 5-12" , eqUOpt ( uFromJs ( "f" ) , undefined ) , true ) ;
74
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 28, characters 5-12" , eqUOpt ( uFromJs ( "f" ) , undefined ) , true ) ;
75
75
76
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 29, characters 5-12" , $$Array . map ( uToJs , /* array */ [
76
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 29, characters 5-12" , $$Array . map ( uToJs , /* array */ [
77
77
/* D */ 68 ,
78
78
/* C */ 67 ,
79
79
/* f */ 102
@@ -128,7 +128,7 @@ function s(param) {
128
128
}
129
129
}
130
130
131
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 54, characters 5-12" , $$Array . map ( vToJs , /* array */ [
131
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 54, characters 5-12" , $$Array . map ( vToJs , /* array */ [
132
132
/* A0 */ 0 ,
133
133
/* A1 */ 1 ,
134
134
/* A2 */ 2 ,
@@ -140,7 +140,7 @@ eq("File \"test/ast_js_mapper_poly_test.ml\", line 54, characters 5-12", $$Array
140
140
5
141
141
] ) ;
142
142
143
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 55, characters 5-12" , $$Array . map ( vFromJs , /* array */ [
143
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 55, characters 5-12" , $$Array . map ( vFromJs , /* array */ [
144
144
0 ,
145
145
1 ,
146
146
2 ,
@@ -169,7 +169,7 @@ function v1FromJs(param) {
169
169
170
170
}
171
171
172
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 68, characters 5-12" , $$Array . map ( v1ToJs , /* array */ [
172
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 68, characters 5-12" , $$Array . map ( v1ToJs , /* array */ [
173
173
/* B0 */ 0 ,
174
174
/* B1 */ 1 ,
175
175
/* B2 */ 2 ,
@@ -185,7 +185,7 @@ eq("File \"test/ast_js_mapper_poly_test.ml\", line 68, characters 5-12", $$Array
185
185
5
186
186
] ) ;
187
187
188
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 69, characters 5-12" , $$Array . map ( v1FromJs , /* array */ [
188
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 69, characters 5-12" , $$Array . map ( v1FromJs , /* array */ [
189
189
- 1 ,
190
190
0 ,
191
191
1 ,
@@ -216,7 +216,7 @@ function v2FromJs(param) {
216
216
217
217
}
218
218
219
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 86, characters 5-12" , $$Array . map ( v2ToJs , /* array */ [
219
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 86, characters 5-12" , $$Array . map ( v2ToJs , /* array */ [
220
220
/* C0 */ 0 ,
221
221
/* C1 */ 1 ,
222
222
/* C2 */ 2 ,
@@ -232,7 +232,7 @@ eq("File \"test/ast_js_mapper_poly_test.ml\", line 86, characters 5-12", $$Array
232
232
7
233
233
] ) ;
234
234
235
- eq ( "File \"test/ ast_js_mapper_poly_test.ml\", line 89, characters 5-12" , $$Array . map ( v2FromJs , /* array */ [
235
+ eq ( "File \"ast_js_mapper_poly_test.ml\", line 89, characters 5-12" , $$Array . map ( v2FromJs , /* array */ [
236
236
0 ,
237
237
1 ,
238
238
2 ,
0 commit comments