mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Make TSV finally true TSV (#923)
* Spec-TSV * doc mods; more test cases
This commit is contained in:
parent
ac47c7052a
commit
66c4a077fd
30 changed files with 705 additions and 139 deletions
3
.vimrc
3
.vimrc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue