diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-05-19 23:30:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-06-22 11:21:35 +0200 |
commit | 0de7249bb39a2738a277c438b2bb1252ab8243cd (patch) | |
tree | b6b6940f71441803bf81ebcaf5562694868b9b40 /tests/data/test1396 | |
parent | 192c4f788d48f82c03e9cef40013f34370e90737 (diff) |
unit1396: unit tests to verify curl_easy_(un)escape
Diffstat (limited to 'tests/data/test1396')
-rw-r--r-- | tests/data/test1396 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/data/test1396 b/tests/data/test1396 new file mode 100644 index 000000000..949bb2daf --- /dev/null +++ b/tests/data/test1396 @@ -0,0 +1,27 @@ +<testcase> +<info> +<keywords> +unittest +curl_easy_escape +curl_easy_unescape +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +curl_easy_escape and curl_easy_unescape + </name> +<tool> +unit1310 +</tool> +</client> + +</testcase> |