File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 526526 "github.com/jackc/pgx/v4" : " MIT" ,
527527 "github.com/jackc/pgx/v5" : " MIT" ,
528528 "github.com/jackc/puddle/v2" : " MIT" ,
529+ "github.com/jbenet/go-context" : " MIT" ,
530+ "github.com/jeandeaual/go-locale" : " MIT" ,
529531 "github.com/Jeffail/gabs/v2" : " MIT" ,
530532 "github.com/klauspost/compress" : " BSD-3-Clause" ,
531533 "github.com/lufia/plan9stats" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 643643# Todo: Range Check
644644# Test 22: sanitize_inputs rejects invalid numeric values
645645@test " sanitize_inputs rejects invalid numeric values" {
646- export MEND_MAX_WAIT_TIME=8000 # Too high
646+ export MEND_MAX_WAIT_TIME=" 8000" # Too high
647647
648648 run sanitize_inputs
649649 [ " $status " -eq 0 ]
918918 [[ " $output " == " 0" ]]
919919}
920920
921- # TODO: Remove leading zeros from numeric sanitization
922921# Test 53: sanitize_numeric handles leading zeros
923922@test " sanitize_numeric handles leading zeros" {
924923 run sanitize_numeric " 00123" " TEST_FIELD"
You can’t perform that action at this time.
0 commit comments