skip/pass-comments UT iterate

This commit is contained in:
John Kerl 2018-01-03 22:52:17 -05:00
parent d90273da69
commit 292dc2f546
4 changed files with 13 additions and 0 deletions

View file

@ -7,5 +7,9 @@ EXTRA_DIST= \
comments2.nidx \
comments3.nidx \
\
comments1.json \
comments2.json \
comments3.json \
\
comments1.xtab \
comments2.xtab

View file

@ -0,0 +1,3 @@
# hello world 1
{ "a":1, "b":2, "c":3 }
{ "a":4, "b":5, "c":6 }

View file

@ -0,0 +1,3 @@
{ "a":1, "b":2, "c":3 }
# hello world 2
{ "a":4, "b":5, "c":6 }

View file

@ -0,0 +1,3 @@
{ "a":1, "b":2, "c":3 }
{ "a":4, "b":5, "c":6 }
# hello world 3