mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
* empty plus value is value * unit-test cases * make-docs output * docs files * on-line table for null-handling arithmetic rules * doc mods
12 lines
298 B
Text
12 lines
298 B
Text
x=int,y=int,z=int
|
|
x=int,y=empty,z=int
|
|
x=empty,y=int,z=int
|
|
x=empty,y=empty,z=empty
|
|
a=1,y=int,z=int,x=absent
|
|
a=1,y=empty,x=absent,z=absent
|
|
a=,y=int,z=int,x=absent
|
|
a=,y=empty,x=absent,z=absent
|
|
x=int,b=2,z=int,y=absent
|
|
x=int,b=,z=int,y=absent
|
|
x=empty,b=2,y=absent,z=absent
|
|
x=empty,b=,y=absent,z=absent
|