diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-19 14:07:49 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-19 14:07:49 +0000 |
| commit | 8f2b0cccb4a7a7fe296db2f59cb6cdbfbec9291b (patch) | |
| tree | 2d30d9860415c33fb496243bf23a10c2a287c09b /tests | |
| parent | f4dd0993e1caedccd8cc6a4fe8a82bd185cafb0b (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic/11.in | 3 | ||||
| -rw-r--r-- | tests/basic/11.res | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/basic/11.in b/tests/basic/11.in new file mode 100644 index 0000000000000..3131fc7e15476 --- /dev/null +++ b/tests/basic/11.in @@ -0,0 +1,3 @@ + + + {"key": "value"} diff --git a/tests/basic/11.res b/tests/basic/11.res new file mode 100644 index 0000000000000..4b17c4b4eb1ba --- /dev/null +++ b/tests/basic/11.res @@ -0,0 +1,2 @@ +key = "value"; + |
