ragnaroh
Results
1
issues of
ragnaroh
If you have the following config you get a syntax error on the second line saying "no viable alternative at input '['". ``` foo: [1, 2] bar: ${foo} [3] ```