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

Allow End of Line Comments in CODE Definition #376

Merged
merged 1 commit into from
Feb 28, 2014

Conversation

krkeegan
Copy link
Collaborator

This change permits end of line commnents on CODE definitions to be carried through the the mhp file.

Specifically, and likely most usefully, this allows #noloop commands to be respected at the end of CODE defintions such as:

CODE, $garage_door->tie_event($garage_light->set(ON), ON); #noloop

This change permits end of line commnents on CODE definitions to be carried through the the mhp file.

Specifically, and likely most usefully, this allows #noloop commands to be respected at the end of CODE defintions such as:

```
CODE, $garage_door->tie_event($garage_light->set(ON), ON); #noloop
```
krkeegan added a commit that referenced this pull request Feb 28, 2014
Allow End of Line Comments in CODE Definition
@krkeegan krkeegan merged commit 5ce062c into hollie:master Feb 28, 2014
@krkeegan krkeegan deleted the CODE_Definition branch February 28, 2014 05:23
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.

1 participant