浏览代码

fix minor jshint in test

Kyle P Davis 10 年之前
父节点
当前提交
b202d1b029
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {
 				'should get markdown for complex path in reverse order': function() {
 					var actual = md.getMarkdown([
 					var actual = md.getMarkdown([
 							{$sort: {
 							{$sort: {
-								"foo.bar": -1,
+								'foo.bar': -1,
 							}}
 							}}
 						]),
 						]),
 						expected = [
 						expected = [