mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
* incorporate reg-test into "go test" framework * reg-test -> regtest everywhere * update .github/workflows/go.yml
16 lines
109 B
JSON
16 lines
109 B
JSON
{
|
|
"b": 2,
|
|
"c": 3,
|
|
"a": 1
|
|
}
|
|
{
|
|
"b": 2,
|
|
"a": 1,
|
|
"c": 3
|
|
}
|
|
{
|
|
"d": 4,
|
|
"a": 1,
|
|
"b": 2,
|
|
"c": 3
|
|
}
|