pull/221/head
Fredrik Öhrström 2021-01-24 16:15:34 +01:00
rodzic f42891ed21
commit b625b691dd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -420,7 +420,7 @@ void test_ids()
test_does_id_match_expression("11223344", "22*,33*,44*,55*", false, false);
test_does_id_match_expression("55223344", "22*,33*,44*,55*", true, true);
test_does_id_match_expression("78563413", "78563412,78563413", true, true);
test_does_id_match_expression("78563413", "78563412,78563413", true, false);
test_does_id_match_expression("78563413", "*,!00156327,!00048713", true, true);
}