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

Newlines within dictionaries results in SyntaxError #39

Closed
nwinter opened this issue Aug 25, 2014 · 1 comment
Closed

Newlines within dictionaries results in SyntaxError #39

nwinter opened this issue Aug 25, 2014 · 1 comment
Labels

Comments

@nwinter
Copy link
Collaborator

nwinter commented Aug 25, 2014

dictTest1 = {'A': {'A1': 1}, 'B': {'B1': 2}}      # This works

dictTest2 = {'A': {'A1': 1}, 
             'B': {'B1': 2}}  # This throws SyntaxError: Unexpected token
@Xavion3
Copy link

Xavion3 commented Nov 18, 2015

Fixed in #75

@nwinter nwinter closed this as completed May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants