summaryrefslogtreecommitdiff
path: root/jstests/tool/csv1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/tool/csv1.js')
-rw-r--r--jstests/tool/csv1.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/tool/csv1.js b/jstests/tool/csv1.js
index 7a5690062f8..7c0321757ca 100644
--- a/jstests/tool/csv1.js
+++ b/jstests/tool/csv1.js
@@ -7,7 +7,8 @@ c = t.startDB("foo");
base = {
a: 1,
b: "foo,bar\"baz,qux",
- c: 5, 'd d': -6,
+ c: 5,
+ 'd d': -6,
e: '-',
f: "."
};