Skip to content

Fixes #188: Fix parsing empty variables #233

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

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

TysonAndre
Copy link
Contributor

Previously, the fallback case when something beginning
with the token $ wasn't a simple variable
would be to assume it would be a complex variable
such as $$x

Check that the first token would be valid before recursing.

Previously, the fallback case when something beginning
with the token `$` wasn't a simple variable
would be to assume it would be a complex variable
such as `$$x`

Check that the first token would be valid before recursing.
@roblourens
Copy link
Member

Thanks!

@roblourens roblourens merged commit 1bfbd22 into microsoft:master Feb 19, 2018
@TysonAndre TysonAndre deleted the fix-empty-var branch June 19, 2018 02:15
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

Successfully merging this pull request may close these issues.

2 participants