Check that attempting to quote an invalid character result in
a error.
Signed-off-by: Frediano Ziglio <[email protected]>
---
tests/test-ssl-verify.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/test-ssl-verify.c b/tests/test-ssl-verify.c
index e307e3f..f5c5881 100644
--- a/tests/test-ssl-verify.c
+++ b/tests/test-ssl-verify.c
@@ -126,6 +126,7 @@ int main(int argc, char *argv[])
TEST_SUCCESS(quote2, "\\\\=a", "\\:a");
TEST_SUCCESS(quote3, "a=\\,b,c=d", "a:,b:c:d");
TEST_ERROR(quote4, ",", "");
+ TEST_ERROR(quote5, "a\\w=x", "");
TEST_ERROR(no_value1, "a", "");
TEST_ERROR(no_value2, "a,b=c", "");
--
2.20.1
_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel