miller/go/regtest/input/string-numeric-ordering.dkvp
John Kerl b06c449384
Make regression tests invokable from 'go test' (#491)
* incorporate reg-test into "go test" framework
* reg-test -> regtest everywhere
* update .github/workflows/go.yml
2021-04-12 23:00:53 -04:00

6 lines
80 B
Text

x=1,y=1,z=a
x=1.5,y=1.5,z=b
x=a,y=2,z=c
x=2,y=3,z=d
x=2.5,y=3.5,z=e
x=b,y=4,z=f