summaryrefslogtreecommitdiffstats
path: root/test/property_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/property_test.c')
-rw-r--r--test/property_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/property_test.c b/test/property_test.c
index 45b1db3e85..bba96fac0a 100644
--- a/test/property_test.c
+++ b/test/property_test.c
@@ -645,6 +645,9 @@ static struct {
{ "", "" },
{ "fips=3", "fips=3" },
{ "fips=-3", "fips=-3" },
+ { "provider='foo bar'", "provider='foo bar'" },
+ { "provider=\"foo bar'\"", "provider=\"foo bar'\"" },
+ { "provider=abc***", "provider='abc***'" },
{ NULL, "" }
};