Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

number followed by a newline doesn't roundtrip #46

Open
blearyeyed opened this issue Nov 9, 2016 · 0 comments
Open

number followed by a newline doesn't roundtrip #46

blearyeyed opened this issue Nov 9, 2016 · 0 comments

Comments

@blearyeyed
Copy link

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: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant