Skip to content

Conversation

@glennsarti
Copy link
Contributor

Fixes #66

Previously undef was not treated as a special value or keyword, which confused
the tokeniser into thinking it was a resource definition. This commit adds a
keywords matcher to detect undef.


Reminder

  • Added Tests

  • Ran npm run convert and committed the changes too

Previously undef was not treated as a special value or keyword, which confused
the tokeniser into thinking it was a resource definition.  This commit adds a
keywords matcher to detect undef.
@glennsarti glennsarti added this to the 1.3.7 milestone Jun 27, 2020
@glennsarti glennsarti self-assigned this Jun 27, 2020
@glennsarti glennsarti requested a review from jpogran June 27, 2020 13:34
@glennsarti
Copy link
Contributor Author

Now tokenises correctly

image

@jpogran jpogran merged commit cf7d806 into puppetlabs:master Jun 29, 2020
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.

'undef' is not treated as a special value

2 participants