mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
skip/pass-comments UT iterate
This commit is contained in:
parent
d90273da69
commit
292dc2f546
4 changed files with 13 additions and 0 deletions
|
|
@ -7,5 +7,9 @@ EXTRA_DIST= \
|
|||
comments2.nidx \
|
||||
comments3.nidx \
|
||||
\
|
||||
comments1.json \
|
||||
comments2.json \
|
||||
comments3.json \
|
||||
\
|
||||
comments1.xtab \
|
||||
comments2.xtab
|
||||
|
|
|
|||
3
c/reg_test/input/comments/comments1.json
Normal file
3
c/reg_test/input/comments/comments1.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# hello world 1
|
||||
{ "a":1, "b":2, "c":3 }
|
||||
{ "a":4, "b":5, "c":6 }
|
||||
3
c/reg_test/input/comments/comments2.json
Normal file
3
c/reg_test/input/comments/comments2.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ "a":1, "b":2, "c":3 }
|
||||
# hello world 2
|
||||
{ "a":4, "b":5, "c":6 }
|
||||
3
c/reg_test/input/comments/comments3.json
Normal file
3
c/reg_test/input/comments/comments3.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ "a":1, "b":2, "c":3 }
|
||||
{ "a":4, "b":5, "c":6 }
|
||||
# hello world 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue