Navigation Menu

Skip to content

Commit

Permalink
q test: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 3, 2012
1 parent 2dd4492 commit a6cbcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/q-translator.test.js
Expand Up @@ -94,7 +94,7 @@ suite('QueryTranslator', function() {
'"star \\" wars" luke',
'"star \\" wars"'.length,
"'\"star \\\" wars\"'");
testPhraseTermError("not start with <\">",
testPhraseTermError("not started with <\">",
'star wars"',
'|s|tar wars"',
"phrase must start with <\">");
Expand Down

0 comments on commit a6cbcab

Please sign in to comment.