Make TSV finally true TSV (#923)

* Spec-TSV

* doc mods; more test cases
This commit is contained in:
John Kerl 2022-02-06 00:13:55 -05:00 committed by GitHub
parent ac47c7052a
commit 66c4a077fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 705 additions and 139 deletions

3
.vimrc
View file

@ -1,4 +1,5 @@
map \d :w<C-m>:!clear;echo Building ...; echo; make mlr<C-m>
map \f :w<C-m>:!clear;echo Building ...; echo; make ut<C-m>
map \r :w<C-m>:!clear;echo Building ...; echo; make ut-scan ut-mlv<C-m>
"map \r :w<C-m>:!clear;echo Building ...; echo; make ut-scan ut-mlv<C-m>
map \r :w<C-m>:!clear;echo Building ...; echo; make ut-lib<C-m>
map \t :w<C-m>:!clear;go test github.com/johnkerl/miller/internal/pkg/transformers/...<C-m>