Skip to content

Commit 879da62

Browse files
committed
[test] Adding test for ambiguous expansion
1 parent 9819ebf commit 879da62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_expand.c

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ TEST test_expansions(void) {
6969
normalize_options_t options = get_libpostal_default_options();
7070

7171
CHECK_CALL(test_expansion_contains_with_languages("123 Main St. #2f", "123 main street number 2f", options, 1, "en"));
72+
CHECK_CALL(test_expansion_contains_with_languages("S St. NW", "s street northwest", options, 1, "en"));
7273
CHECK_CALL(test_expansion_contains_with_languages("Marktstrasse", "markt strasse", options, 1, "de"));
7374
CHECK_CALL(test_expansion_contains_with_languages("Hoofdstraat", "hoofdstraat", options, 1, "nl"));
7475
CHECK_CALL(test_expansion_contains_with_languages("มงแตร", "มงแตร", options, 1, "th"));

0 commit comments

Comments
 (0)