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
Test case for t/tml-local/yaml-roundtrip/quoting.tml:
=== Number followed by a newline
--- yaml
---
foo: "0\n"
--- perl
[ { foo => "0\n" } ]
Output:
# Failed test 'YAML::Tiny round-trips without error'
# at t/lib//TestBridge.pm line 161.
# got: 'YAML::Tiny does not support a feature in line ''0' at t/lib//TestBridge.pm line 160.
# '
# expected: ''
The text was updated successfully, but these errors were encountered:
Test case for t/tml-local/yaml-roundtrip/quoting.tml:
Output:
The text was updated successfully, but these errors were encountered: