ary_allItmsUnique_bol_testSimple start time : 16Mar2024 17h21m46s +--+------+-------------+ |OK|test# |dat0 | +--+------+-------------+ | o|null01| | +--+------+-------------+ | o|int01 | 4| +--+------+-------------+ | o|chr01 | 4| +--+------+-------------+ | o|phr01 |hello | +--+------+-------------+ | o|lst01 |4 4 | +--+------+-------------+ | o|lst02 |4 5 | +--+------+-------------+ | o|lst03 |4 4 5 | +--+------+-------------+ | o|ary01 |4 4 4 | | | |4 4 4 | | | |4 4 4 | +--+------+-------------+ | o|ary02 |0 1 2 | | | |3 4 5 | | | |6 7 8 | +--+------+-------------+ | o|ary03 |+-----+-----+| | | ||0 1 2|9 8 7|| | | ||3 4 5|6 5 4|| | | ||6 7 8|3 2 1|| | | |+-----+-----+| +--+------+-------------+ +--+------+---+----+ |OK|test# |std|calc| +--+------+---+----+ | o|null01| l| | +--+------+---+----+ | o|int01 | l| | +--+------+---+----+ | o|chr01 | l| | +--+------+---+----+ | o|phr01 | l| | +--+------+---+----+ | o|lst01 | o| | +--+------+---+----+ | o|lst02 | l| | +--+------+---+----+ | o|lst03 | o| | +--+------+---+----+ | o|ary01 | o| | +--+------+---+----+ | o|ary02 | l| | +--+------+---+----+ | o|ary03 | l| | +--+------+---+----+ +--+------+-------------------------------------------+ |OK|test# |comments | +--+------+-------------------------------------------+ | o|null01|should be l, a single itm is unique by defn| +--+------+-------------------------------------------+ | o|int01 |should be l, a single itm is unique by defn| +--+------+-------------------------------------------+ | o|chr01 |should be l, a single itm is unique by defn| +--+------+-------------------------------------------+ | o|phr01 |should be l, a single itm is unique by defn| +--+------+-------------------------------------------+ | o|lst01 |should be o, repeat 4 | +--+------+-------------------------------------------+ | o|lst02 |should be l | +--+------+-------------------------------------------+ | o|lst03 |comment? | +--+------+-------------------------------------------+ | o|ary01 |comment? | +--+------+-------------------------------------------+ | o|ary02 |should be l | +--+------+-------------------------------------------+ | o|ary03 |should be o, even though top level reversed| +--+------+-------------------------------------------+