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

Add tests for correctness of YAML output #3

Open
jasom opened this issue Apr 23, 2021 · 0 comments
Open

Add tests for correctness of YAML output #3

jasom opened this issue Apr 23, 2021 · 0 comments

Comments

@jasom
Copy link
Owner

jasom commented Apr 23, 2021

Since the parser is fairly well tested, we should just be able to mostly just test that round-tripping lisp data comes back correctly.

Some extra work will be needed to make sure that lists and a-lists are correctly handled; and there is a corner-case where

[[a,b],[c,d]] will be ambigous with {a:[b],c:[d]} when alists are in use. Perhaps we should have an option in the emitter to prevent detection of alists?

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