File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,6 +295,6 @@ export class YAMLTaggedValue {
295295 return true ;
296296 }
297297
298- return ! ( a ! == b ! ) ;
298+ return ! ( a == b ) ;
299299 }
300300}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ async function main() {
2828 fs . copyFileSync ( 'common/collections.ts' , 'test/temp_lib/common/collections.ts' ) ;
2929 fs . copyFileSync ( 'common/conversion.ts' , 'test/temp_lib/common/conversion.ts' ) ;
3030 fs . copyFileSync ( 'common/datasource.ts' , 'test/temp_lib/common/datasource.ts' ) ;
31+ fs . copyFileSync ( 'common/eager_offset.ts' , 'test/temp_lib/common/eager_offset.ts' ) ;
3132 fs . copyFileSync ( 'common/json.ts' , 'test/temp_lib/common/json.ts' ) ;
3233 fs . copyFileSync ( 'common/numbers.ts' , 'test/temp_lib/common/numbers.ts' ) ;
3334 fs . copyFileSync ( 'common/value.ts' , 'test/temp_lib/common/value.ts' ) ;
@@ -50,6 +51,7 @@ async function main() {
5051 fs . unlinkSync ( 'test/temp_lib/common/collections.ts' ) ;
5152 fs . unlinkSync ( 'test/temp_lib/common/conversion.ts' ) ;
5253 fs . unlinkSync ( 'test/temp_lib/common/datasource.ts' ) ;
54+ fs . unlinkSync ( 'test/temp_lib/common/eager_offset.ts' ) ;
5355 fs . unlinkSync ( 'test/temp_lib/common/json.ts' ) ;
5456 fs . unlinkSync ( 'test/temp_lib/common/numbers.ts' ) ;
5557 fs . unlinkSync ( 'test/temp_lib/common/value.ts' ) ;
You can’t perform that action at this time.
0 commit comments