miller/test/cases/dsl-absent-empty/0013/expout
John Kerl 069c068298
Summing up empty data (#1370)
* empty plus value is value

* unit-test cases

* make-docs output

* docs files

* on-line table for null-handling arithmetic rules

* doc mods
2023-08-26 21:24:34 -04:00

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