andreas-thomik

Results 1 comments of andreas-thomik

Here's a mwe for the above: test.conf: { "a" : "Hello", "b" : "World" } test_include.conf: { include required(file("test.conf")) "c" : ${a}" "${b}"!" } This fails because of line 317...