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

Trailing comma in "Event Happened // property," shouldn't lead to validation errors #7

Closed
robertreppel opened this issue Apr 14, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@robertreppel
Copy link
Contributor

robertreppel commented Apr 14, 2018

When running les validate with

# test
command->
Event Happened // property,

Results in:

EML Errors:
NoPropertyName: test-Event: EventHappened: Event property names cannot be blank.

InvalidEventPropertyName: test-Event: Invalid event property name '': Names must start with a character and contain no spaces.

There is no real reason why this shouldn't result in valid EML. The trailing comma can be stripped when converting EMD to EML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant