@@ -133,6 +133,7 @@ const assert = require('node:assert');
133133 assert . strictEqual ( stderr . toString ( ) , '' ) ;
134134 assert . match ( output , / l i n e N u m b e r : 8 / ) ;
135135 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 / ) ;
136137 assert . match ( output , / t e s t - g e t - c a l l s i t e \. t s / ) ;
137138 assert . strictEqual ( status , 0 ) ;
138139}
@@ -150,6 +151,7 @@ const assert = require('node:assert');
150151 // Line should be wrong when sourcemaps are disable
151152 assert . match ( output , / l i n e N u m b e r : 2 / ) ;
152153 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 / ) ;
153155 assert . match ( output , / t e s t - g e t - c a l l s i t e \. t s / ) ;
154156 assert . strictEqual ( status , 0 ) ;
155157}
@@ -166,6 +168,7 @@ const assert = require('node:assert');
166168 assert . strictEqual ( stderr . toString ( ) , '' ) ;
167169 assert . match ( output , / l i n e N u m b e r : 2 / ) ;
168170 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 / ) ;
169172 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 / ) ;
170173 assert . strictEqual ( status , 0 ) ;
171174}
0 commit comments