From f178f804c8443fd4efaa7351b0f2c8101469f6db Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 9 Jan 2016 12:14:11 +0000 Subject: [PATCH] mlr bootstrap --- c/reg_test/input/Makefile.am | 1 + c/reg_test/input/nullvals.dkvp | 5 +++++ c/todo.txt | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 c/reg_test/input/nullvals.dkvp diff --git a/c/reg_test/input/Makefile.am b/c/reg_test/input/Makefile.am index dedd17c4d..99f54391e 100644 --- a/c/reg_test/input/Makefile.am +++ b/c/reg_test/input/Makefile.am @@ -78,6 +78,7 @@ EXTRA_DIST= \ multi-sep.csv \ multi-sep.dkvp \ near-ovf.dkvp \ + nullvals.dkvp \ null-fields.csv \ null-fields.nidx \ null-vs-empty.dkvp \ diff --git a/c/reg_test/input/nullvals.dkvp b/c/reg_test/input/nullvals.dkvp new file mode 100644 index 000000000..2f78356da --- /dev/null +++ b/c/reg_test/input/nullvals.dkvp @@ -0,0 +1,5 @@ +a=b,x=1,y=2,z= +a=b,x=3,y=4,z= +a=b,x=5,y=,z= +a=b,x=,y=6,z= +a=b,x=,y=,z= diff --git a/c/todo.txt b/c/todo.txt index ffe1db5e7..63a20c94f 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -6,7 +6,7 @@ BUGFIXES ================================================================ TOP OF LIST -! stats1 handle empty-key nulls? stats2? step? top? etc ... +! handle empty-key nulls: stats1, stats2, merge-fields, step, top > UT * filter-then-put with capture-groups