Skip to content

Commit

Permalink
fix: a few more nits on parser changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Feb 29, 2024
1 parent c1851f1 commit ba05087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.595
0.2.596
6 changes: 4 additions & 2 deletions generator/test-call/template.templ
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ templ d() {
}

templ e() {
e
e
}

templ showOne(component templ.Component) {
<div>@component</div>
<div>
@component
</div>
}

templ wrapChildren() {
Expand Down

0 comments on commit ba05087

Please sign in to comment.