policy: add additional test vector from the spec

This commit is contained in:
Michael Muré
2024-08-31 15:49:02 +02:00
parent b0c96b25dc
commit f1ce38dfd1

View File

@@ -320,6 +320,7 @@ func TestMatch(t *testing.T) {
for _, s := range []string{
"Alice*, Bob, Carol",
"Alice*, Bob*, Carol!",
"Alice Cooper, Bob, Carol.",
"Alice, Bob, Carol.",
" Alice*, Bob, Carol. ",
} {