Navigation Menu

Skip to content

Commit

Permalink
bq test: improve label
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 6, 2012
1 parent c970312 commit 36ff8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bq-translator.test.js
Expand Up @@ -105,7 +105,7 @@ suite('BoolanQueryTranslator', function() {
"(and (or f1:'k1' f2:'k2') f3:'k3')".length,
"((f1 @ \"k1\" || f2 @ \"k2\") && f3 @ \"k3\")");

testExpression("value only: stirng: keywords",
testExpression("value only: stirng: and: space",
"'keyword1 keyword2' 'other keyword'",
"'keyword1 keyword2'".length,
"field @ \"keyword1\" && field @ \"keyword2\"");
Expand Down

0 comments on commit 36ff8f8

Please sign in to comment.