diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
| commit | 4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 (patch) | |
| tree | 776471e6ddbb557aac5a48779cb813f63c28b4d5 /tests/basic/19-append.inc | |
| parent | 15b8b407ee0ee485e82a9de35932da2053f2c390 (diff) | |
Update libucl to git snapshot 20151027 (77d9d33)vendor/libucl/20151027
Notes
svn path=/vendor/libucl/dist/; revision=290067
svn path=/vendor/libucl/20151027/; revision=290069; tag=vendor/libucl/20151027
Diffstat (limited to 'tests/basic/19-append.inc')
| -rw-r--r-- | tests/basic/19-append.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/basic/19-append.inc b/tests/basic/19-append.inc new file mode 100644 index 000000000000..909dfceb951c --- /dev/null +++ b/tests/basic/19-append.inc @@ -0,0 +1,8 @@ +okey_append = { + key = value1; + key1 = value2 +} + +akey_append = ["value3"]; + +skey_append = "value4"; |
