--- byo run-tests: test/tsv-lib-test.sh test-add-const-column name age alice 10 bob 20 host_name name age 1672b843ea81 alice 10 1672b843ea81 bob 20 OK test-concat-rows name,age alice,0 bob,10 carol,20 FATAL: Invalid header in '_tmp/bad.csv': 'name,age,another'. Expected 'name,age' name,age alice,0 bob,10 carol,20 OK test-tsv2html
name
carol
OK devtools/byo.sh: 3 tests passed.