-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #190: fixing the unit tests and missing spaces, found thanks to …
…unit testing.
- Loading branch information
1 parent
bf246fe
commit d53289e
Showing
3 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<div {{ '{{ attributes }}' }}> | ||
{{ '{# ' }}Keep the outer div whenever possible it is a nice way to ensure the presence of "attributes" {{ '#}' }} | ||
{% if component_slots|length > 0 %} | ||
{% for slot in component_slots %} | ||
{{ '{% block ' }}{{ slot.name }}{{ '%}' }}{{ '{% endblock %}' }} | ||
{{ '{% block ' }}{{ slot.name }}{{ ' %}' }}{{ '{% endblock %}' }} | ||
{% endfor %} | ||
{% endif %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters