Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Disallow colon prefixes when not using old style Ruby attribute dicts #43

Closed
rowanseymour opened this issue Dec 9, 2016 · 1 comment
Assignees

Comments

@rowanseymour
Copy link
Member

This is valid:

%span{:class => "test"}

but these should be errors:

%span{:class:"test"}
%span(:class="test")
@rowanseymour
Copy link
Member Author

Addressed in #44

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant