@@ -30,7 +30,7 @@ function test(param, param$1) {
30
30
return Ext_filename . node_relative_path ( /* true */ 1 , param , param$1 ) ;
31
31
}
32
32
33
- eq ( ' File "a_filename_test.ml", line 10, characters 5-12' , /* tuple */ [
33
+ eq ( " File \ "a_filename_test.ml\ ", line 10, characters 5-12" , /* tuple */ [
34
34
Ext_filename . combine ( "/tmp" , "subdir/file.txt" ) ,
35
35
Ext_filename . combine ( "/tmp" , "/a/tmp.txt" ) ,
36
36
Ext_filename . combine ( "/a/tmp.txt" , "subdir/file.txt" )
@@ -40,69 +40,69 @@ eq('File "a_filename_test.ml", line 10, characters 5-12', /* tuple */[
40
40
"/a/tmp.txt/subdir/file.txt"
41
41
] ) ;
42
42
43
- eq ( ' File "a_filename_test.ml", line 22, characters 5-12' , test ( /* `File */ [
43
+ eq ( " File \ "a_filename_test.ml\ ", line 22, characters 5-12" , test ( /* `File */ [
44
44
781515420 ,
45
45
"./a/b.c"
46
46
] , /* `File */ [
47
47
781515420 ,
48
48
"./a/u/g.c"
49
49
] ) , "./u/g" ) ;
50
50
51
- eq ( ' File "a_filename_test.ml", line 27, characters 5-12' , test ( /* `File */ [
51
+ eq ( " File \ "a_filename_test.ml\ ", line 27, characters 5-12" , test ( /* `File */ [
52
52
781515420 ,
53
53
"./a/b.c"
54
54
] , /* `File */ [
55
55
781515420 ,
56
56
"xxxghsoghos/ghsoghso/node_modules/buckle-stdlib/list.js"
57
57
] ) , "buckle-stdlib/list.js" ) ;
58
58
59
- eq ( ' File "a_filename_test.ml", line 33, characters 5-12' , test ( /* `File */ [
59
+ eq ( " File \ "a_filename_test.ml\ ", line 33, characters 5-12" , test ( /* `File */ [
60
60
781515420 ,
61
61
"./a/b.c"
62
62
] , /* `File */ [
63
63
781515420 ,
64
64
"xxxghsoghos/ghsoghso/node_modules//buckle-stdlib/list.js"
65
65
] ) , "buckle-stdlib/list.js" ) ;
66
66
67
- eq ( ' File "a_filename_test.ml", line 39, characters 5-12' , test ( /* `File */ [
67
+ eq ( " File \ "a_filename_test.ml\ ", line 39, characters 5-12" , test ( /* `File */ [
68
68
781515420 ,
69
69
"./a/b.c"
70
70
] , /* `File */ [
71
71
781515420 ,
72
72
"xxxghsoghos/ghsoghso/node_modules/./buckle-stdlib/list.js"
73
73
] ) , "buckle-stdlib/list.js" ) ;
74
74
75
- eq ( ' File "a_filename_test.ml", line 45, characters 5-12' , test ( /* `File */ [
75
+ eq ( " File \ "a_filename_test.ml\ ", line 45, characters 5-12" , test ( /* `File */ [
76
76
781515420 ,
77
77
"./a/c.js"
78
78
] , /* `File */ [
79
79
781515420 ,
80
80
"./a/b"
81
81
] ) , "./b" ) ;
82
82
83
- eq ( ' File "a_filename_test.ml", line 50, characters 5-12' , test ( /* `File */ [
83
+ eq ( " File \ "a_filename_test.ml\ ", line 50, characters 5-12" , test ( /* `File */ [
84
84
781515420 ,
85
85
"./a/c"
86
86
] , /* `File */ [
87
87
781515420 ,
88
88
"./a/b.js"
89
89
] ) , "./b" ) ;
90
90
91
- eq ( ' File "a_filename_test.ml", line 55, characters 5-12' , test ( /* `Dir */ [
91
+ eq ( " File \ "a_filename_test.ml\ ", line 55, characters 5-12" , test ( /* `Dir */ [
92
92
3405101 ,
93
93
"./a/"
94
94
] , /* `File */ [
95
95
781515420 ,
96
96
"./a/b.js"
97
97
] ) , "./b" ) ;
98
98
99
- eq ( ' File "a_filename_test.ml", line 60, characters 5-12' , Ext_filename . get_extension ( "a.txt" ) , ".txt" ) ;
99
+ eq ( " File \ "a_filename_test.ml\ ", line 60, characters 5-12" , Ext_filename . get_extension ( "a.txt" ) , ".txt" ) ;
100
100
101
- eq ( ' File "a_filename_test.ml", line 64, characters 5-12' , Ext_filename . get_extension ( "a" ) , "" ) ;
101
+ eq ( " File \ "a_filename_test.ml\ ", line 64, characters 5-12" , Ext_filename . get_extension ( "a" ) , "" ) ;
102
102
103
- eq ( ' File "a_filename_test.ml", line 68, characters 5-12' , Ext_filename . get_extension ( ".txt" ) , ".txt" ) ;
103
+ eq ( " File \ "a_filename_test.ml\ ", line 68, characters 5-12" , Ext_filename . get_extension ( ".txt" ) , ".txt" ) ;
104
104
105
- eq ( ' File "a_filename_test.ml", line 73, characters 5-12' , $$Array . map ( Ext_filename . normalize_absolute_path , /* array */ [
105
+ eq ( " File \ "a_filename_test.ml\ ", line 73, characters 5-12" , $$Array . map ( Ext_filename . normalize_absolute_path , /* array */ [
106
106
"/gsho/./.." ,
107
107
"/a/b/../c../d/e/f" ,
108
108
"/a/b/../c/../d/e/f" ,
0 commit comments