You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I get an error when trying to parse a Yaml file with the function Yaml::parse()
My file contains this text:
entries:
- message: 'No emails received before timeout - Address: ''test@testemail.company.com''
Keyword: ''Your Order confirmation'' ttl: 50'
outcome: failed
And this is the error message:
Malformed inline YAML string: "'No emails received before timeout - Address: ''test@testemail.company.com''" at line 149 (near "message: 'No emails received before timeout - Address: ''test@testemail.company.com''")..
Does anyone has any ideas of how to solve this?
Thank you