Skip to content

Commit

Permalink
assert new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
narcoticfresh committed Mar 22, 2024
1 parent 0e419ad commit ab12c3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Rest/Service/SolrQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ public static function solrQueryHandlingDataProvider(): array
'(meier || meier~) && (\&) && (dude*)',
true
],
'literal-escaped-+' => [
'meier + dude',
'(meier || meier~) && (\+) && (dude*)',
true
],
'int-tel-search-short' => [
'+41 79 521 21 21',
'"+41795212121"',
Expand Down

0 comments on commit ab12c3d

Please sign in to comment.