-
Notifications
You must be signed in to change notification settings - Fork 464
/
Copy pathof_string_test.js
52 lines (46 loc) · 969 Bytes
/
of_string_test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';
var Mt = require("./mt.js");
var Pervasives = require("../../lib/js/pervasives.js");
var suites_0 = [
"string_of_float_1",
(function (param) {
return {
TAG: "Eq",
_0: "10.",
_1: Pervasives.string_of_float(10)
};
})
];
var suites_1 = {
hd: [
"string_of_int",
(function (param) {
return {
TAG: "Eq",
_0: "10",
_1: String(10)
};
})
],
tl: {
hd: [
"valid_float_lexem",
(function (param) {
return {
TAG: "Eq",
_0: "10.",
_1: Pervasives.valid_float_lexem("10")
};
})
],
tl: /* [] */0
}
};
var suites = {
hd: suites_0,
tl: suites_1
};
Mt.from_pair_suites("Of_string_test", suites);
exports.suites = suites;
/* Not a pure module */