Multiline support when parsing an array to yaml #14
Replies: 1 comment 1 reply
-
Hello, sorry for the late response. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I'm trying to convert an array to yaml in a test method with a very simple structure like this:
When I do
Yaml::dump($value)
, the output is:Question: shouldn't it handle the line break as:
I may be missing something when calling the
dump
method, perhaps an option. But I tried a few things and can't achieve that. Could anyone shine some light on this? Thanks!Beta Was this translation helpful? Give feedback.
All reactions