@@ -133,6 +133,7 @@ const assert = require('node:assert');
133
133
assert . strictEqual ( stderr . toString ( ) , '' ) ;
134
134
assert . match ( output , / l i n e N u m b e r : 8 / ) ;
135
135
assert . match ( output , / c o l u m n : 1 8 / ) ;
136
+ assert . match ( output , / c o l u m n N u m b e r : 1 8 / ) ;
136
137
assert . match ( output , / t e s t - g e t - c a l l s i t e \. t s / ) ;
137
138
assert . strictEqual ( status , 0 ) ;
138
139
}
@@ -150,6 +151,7 @@ const assert = require('node:assert');
150
151
// Line should be wrong when sourcemaps are disable
151
152
assert . match ( output , / l i n e N u m b e r : 2 / ) ;
152
153
assert . match ( output , / c o l u m n : 1 8 / ) ;
154
+ assert . match ( output , / c o l u m n N u m b e r : 1 8 / ) ;
153
155
assert . match ( output , / t e s t - g e t - c a l l s i t e \. t s / ) ;
154
156
assert . strictEqual ( status , 0 ) ;
155
157
}
@@ -166,6 +168,7 @@ const assert = require('node:assert');
166
168
assert . strictEqual ( stderr . toString ( ) , '' ) ;
167
169
assert . match ( output , / l i n e N u m b e r : 2 / ) ;
168
170
assert . match ( output , / c o l u m n : 1 8 / ) ;
171
+ assert . match ( output , / c o l u m n N u m b e r : 1 8 / ) ;
169
172
assert . match ( output , / t e s t - g e t - c a l l s i t e - e x p l i c i t \. t s / ) ;
170
173
assert . strictEqual ( status , 0 ) ;
171
174
}
0 commit comments