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

Parser edge cases create weird data #2

Open
brainkim opened this issue Aug 6, 2015 · 0 comments
Open

Parser edge cases create weird data #2

brainkim opened this issue Aug 6, 2015 · 0 comments

Comments

@brainkim
Copy link
Owner

brainkim commented Aug 6, 2015

Leaving this note here just to warn people that there are a couple of edge cases that don't really make sense:

For instance:

archieml.loads(
"""[foo] 
{foo} 
k: v 
{}
* bar""")

produces the dictionary:

{'foo': {0: 'bar', 'k: v'}}

Some of the edge cases are listed on the main archieml.org repository newsdev/archieml.org#25, so if this bothers you, you should propose fixes there.

@brainkim brainkim changed the title Parser edge cases create weird data: Parser edge cases create weird data Sep 16, 2015
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