diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-05-28 00:26:23 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-05-28 00:26:23 -0400 |
commit | ec39d0f666a91e73306bba7d809db52747cb6836 (patch) | |
tree | e751750f711e16a302e9d689aa3281cf5f771b1a /tests/tableflow_test_data | |
parent | f66c475ed89ab125cff573ffa692e3d29a596fd5 (diff) | |
download | qolab-ec39d0f666a91e73306bba7d809db52747cb6836.tar.gz qolab-ec39d0f666a91e73306bba7d809db52747cb6836.zip |
added some preliminary files for table flow
Diffstat (limited to 'tests/tableflow_test_data')
-rw-r--r-- | tests/tableflow_test_data/tableIn1.csv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tableflow_test_data/tableIn1.csv b/tests/tableflow_test_data/tableIn1.csv new file mode 100644 index 0000000..ba61273 --- /dev/null +++ b/tests/tableflow_test_data/tableIn1.csv @@ -0,0 +1,7 @@ +# this is comment line1 +# this is comment line2 +x,y,z +1,2,3 +2,3,4 +4,5,6 + |