MaibornWolff/alt-core-js

Variable replacement does not work correctly if body is a list

bboron86 opened this issue · 1 comments

example:

data:
  - id: "{{id-variable}}"
    name: "some name"

I did a little research and the problem does not seem to be related to injectEvalAndVarsToMap. That functions seems to work correctly. I also added some test cases for this.