diff options
Diffstat (limited to 'test/aux-fixed/0002.quoted')
-rw-r--r-- | test/aux-fixed/0002.quoted | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/aux-fixed/0002.quoted b/test/aux-fixed/0002.quoted new file mode 100644 index 000000000..6684c4e9b --- /dev/null +++ b/test/aux-fixed/0002.quoted @@ -0,0 +1,9 @@ +"xyz": "xyz": +"pqr" : "pqr" : +a:b a:b unquoted +"a:b" "a:b" + abc continued data (make sure not key) +"abc" "abc" +"\"quoted\"" "\"quoted\"" +"white space" "white space" +"b\\s" "b\\s" |