config_parse_test test direct hcl parsing

This commit is contained in:
Lang Martin
2019-04-04 15:12:07 -04:00
parent ae7a8da18c
commit 0490a91f9d
8 changed files with 626 additions and 615 deletions

View File

@@ -0,0 +1,7 @@
{
"server": {
"server_join": {
"start_join": ["foo", "bar"]
}
},
}