File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 516516 "github.com/invopop/jsonschema" : " MIT" ,
517517 "github.com/itchyny/gojq" : " MIT" ,
518518 "github.com/itchyny/timefmt-go" : " MIT" ,
519+ "github.com/jackc/chunkreader/v2" : " MIT" ,
520+ "github.com/jackc/pgconn" : " MIT" ,
521+ "github.com/jackc/pgio" : " MIT" ,
522+ "github.com/jackc/pgpassfile" : " MIT" ,
523+ "github.com/jackc/pgproto3/v2" : " MIT" ,
524+ "github.com/jackc/pgservicefile" : " MIT" ,
525+ "github.com/jackc/pgtype" : " MIT" ,
526+ "github.com/jackc/pgx/v4" : " MIT" ,
527+ "github.com/jackc/pgx/v5" : " MIT" ,
528+ "github.com/jackc/puddle/v2" : " MIT" ,
519529 "github.com/Jeffail/gabs/v2" : " MIT" ,
520530 "github.com/klauspost/compress" : " BSD-3-Clause" ,
521531 "github.com/lufia/plan9stats" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 923923@test " sanitize_numeric handles leading zeros" {
924924 run sanitize_numeric " 00123" " TEST_FIELD"
925925 [ " $status " -eq 0 ]
926- [[ " $output " == " 00123 " ]]
926+ [[ " $output " == " 123 " ]]
927927}
928928
929929# Test 54: sanitize_uuid handles minimum valid length
You can’t perform that action at this time.
0 commit comments