Skip to content

Commit c99d447

Browse files
committed
Re-add phrase generator tests
1 parent f1e1dc9 commit c99d447

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/Galach/Generators/ExtendedDisMaxTest.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ public function providerForTestTranslation()
3030
"'one'",
3131
"'one'",
3232
],
33+
[
34+
'"one"',
35+
'"one"',
36+
],
3337
[
3438
'one two',
3539
'one two',
@@ -102,6 +106,14 @@ public function providerForTestTranslation()
102106
"domain:'one'",
103107
"special_text_t:'one'",
104108
],
109+
[
110+
'unexpected:"one"',
111+
'default_text_t:"one"',
112+
],
113+
[
114+
'domain:"one"',
115+
'special_text_t:"one"',
116+
],
105117
[
106118
'\\',
107119
'\\\\',

0 commit comments

Comments
 (0)