summaryrefslogtreecommitdiff
path: root/test/legacy26/jstests/tool/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/legacy26/jstests/tool/data')
-rw-r--r--test/legacy26/jstests/tool/data/a.tsv2
-rw-r--r--test/legacy26/jstests/tool/data/csvimport1.csv8
-rw-r--r--test/legacy26/jstests/tool/data/dumprestore6/foo.bsonbin0 -> 44 bytes
-rw-r--r--test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bsonbin0 -> 144 bytes
4 files changed, 10 insertions, 0 deletions
diff --git a/test/legacy26/jstests/tool/data/a.tsv b/test/legacy26/jstests/tool/data/a.tsv
new file mode 100644
index 00000000000..1e094179a63
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/a.tsv
@@ -0,0 +1,2 @@
+a b c d e
+ 1 foobar 5 -6
diff --git a/test/legacy26/jstests/tool/data/csvimport1.csv b/test/legacy26/jstests/tool/data/csvimport1.csv
new file mode 100644
index 00000000000..256d40a9184
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/csvimport1.csv
@@ -0,0 +1,8 @@
+a,b,c
+1,"this is some text.
+This text spans multiple lines, and just for fun
+contains a comma", "This has leading and trailing whitespace!"
+2, "When someone says something you ""put it in quotes""", I like embedded quotes/slashes\backslashes
+ 3 , " This line contains the empty string and has leading and trailing whitespace inside the quotes! ", ""
+ "4" ,, How are empty entries handled?
+"5","""""", """This string is in quotes and contains empty quotes ("""")"""
diff --git a/test/legacy26/jstests/tool/data/dumprestore6/foo.bson b/test/legacy26/jstests/tool/data/dumprestore6/foo.bson
new file mode 100644
index 00000000000..b8f8f99e6bf
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/dumprestore6/foo.bson
Binary files differ
diff --git a/test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bson b/test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bson
new file mode 100644
index 00000000000..dde25da302a
--- /dev/null
+++ b/test/legacy26/jstests/tool/data/dumprestore6/system.indexes.bson
Binary files differ