summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--example.csv4
-rw-r--r--tests/test_table.csv5
3 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 743ae66..2b514e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
env/
*.csv
-*.pyc \ No newline at end of file
+*.pyc
+.vscode/
diff --git a/example.csv b/example.csv
new file mode 100644
index 0000000..1e78820
--- /dev/null
+++ b/example.csv
@@ -0,0 +1,4 @@
+1985,Blood Meridian,Cormac McCarthy
+1851,Moby Dick,Herman Melville
+1919,Ten Days that Shook the World,John Reed
+1953,The Golden Apples of the Sun,Ray Bradbury
diff --git a/tests/test_table.csv b/tests/test_table.csv
new file mode 100644
index 0000000..e7eea16
--- /dev/null
+++ b/tests/test_table.csv
@@ -0,0 +1,5 @@
+1985,Blood Meridian,Cormac McCarthy
+1851,Moby Dick,Herman Melville
+1919,Ten Days that Shook the World,John Reed
+1953,The Golden Apples of the Sun,Ray Bradbury
+1969,Ubik,Philip K. Dick