wsjcpp/wsjcpp-yaml

Bug in parsing element of array with colon

sea-kg opened this issue · 0 comments

Bug in parsing element of array with colon and without quotes:

arr:
  - ./result:/app

must be simular

arr:
  - "./result:/app"

But now it's look like:

arr:
  - "./result": "/app"