From f1ce38dfd15daa8e8396228016c33a20ecf37b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sat, 31 Aug 2024 15:49:02 +0200 Subject: [PATCH] policy: add additional test vector from the spec --- capability/policy/match_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/capability/policy/match_test.go b/capability/policy/match_test.go index b211d6c..7704e62 100644 --- a/capability/policy/match_test.go +++ b/capability/policy/match_test.go @@ -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. ", } {