Browse Source

fix minor jshint in test

Kyle P Davis 10 years ago
parent
commit
b202d1b029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/lib/extras/markdown/markdown_test.js

+ 1 - 1
test/lib/extras/markdown/markdown_test.js

@@ -227,7 +227,7 @@ exports.markdown = {
 				'should get markdown for complex path in reverse order': function() {
 					var actual = md.getMarkdown([
 							{$sort: {
-								"foo.bar": -1,
+								'foo.bar': -1,
 							}}
 						]),
 						expected = [