config parse_test check for string coercion in client.meta

This commit is contained in:
Lang Martin
2019-06-10 12:46:21 -04:00
parent d7edf9b2e4
commit 0606f50f46
3 changed files with 10 additions and 12 deletions

View File

@@ -9,7 +9,9 @@
"meta": [
{
"m0": "foo",
"m1": "bar"
"m1": "bar",
"m2": true,
"m3": 1.2
}
],
"options": [

View File

@@ -6,7 +6,9 @@
},
"meta": {
"m0": "foo",
"m1": "bar"
"m1": "bar",
"m2": true,
"m3": 1.2
},
"chroot_env": {
"e0": "baz"