Skip to content

Commit 9c79a6a

Browse files
authored
QueryNormalizerTest: Add new user queries.
1 parent 26c893a commit 9c79a6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/QueryNormalizerTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ public function getQueries(): array
9090
['PI', 'π'],
9191
['6', 'šest'],
9292
['5+3*2', 'pět plus tři krát dva'],
93+
['5+3=8', '5 + 3 = 8'],
94+
['0=1', '0=1'],
95+
['0=1', '\'0=1'],
96+
['Analytická geometrie NEW E', 'Analytická geometrie NEW E\''],
97+
['Vektory', 'Vektory😉'],
98+
['', '🍁🍃🍂🌰🍁🌿🌾🌼🌻'],
9399
];
94100
}
95101

0 commit comments

Comments
 (0)