|
|
@ -13,6 +13,7 @@ func TestTSQueryFromSearch(t *testing.T) { |
|
|
|
{`"asari matron" blue`, `(asari<->matron) & blue`}, |
|
|
|
{`"christmas present" "wrapping paper"`, `(christmas<->present) & (wrapping<->paper)`}, |
|
|
|
{`stuff`, `stuff`}, |
|
|
|
{`"her slowly, rubbing the back of his head awkwardly. "`, `(her<->slowly<->rubbing<->the<->back<->of<->his<->head<->awkwardly)`}, |
|
|
|
} |
|
|
|
|
|
|
|
for i, row := range rows { |
|
|
|