value: Add some positive testcase for string deserialization
This commit is contained in:
parent
1cb650383d
commit
f2cb36b995
@ -538,6 +538,10 @@ GST_START_TEST (test_deserialize_string)
|
||||
const gchar *to;
|
||||
} tests[] = {
|
||||
{
|
||||
"\"foo\"", "foo"}, {
|
||||
"\"foo\\%\"", "foo%"}, {
|
||||
"\"0123456789_-+/:.\"", "0123456789_-+/:."}, {
|
||||
"\"Hello\\ World\"", "Hello World"}, {
|
||||
"", ""}, /* empty strings */
|
||||
{
|
||||
"\"\"", ""}, /* quoted empty string -> empty string */
|
||||
|
Loading…
x
Reference in New Issue
Block a user