Skip to content

Commit

Permalink
test case for "#" only statement
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed Dec 5, 2016
1 parent 5959307 commit 6ede2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/06-comment.t
Expand Up @@ -18,6 +18,7 @@ my $wanted = "<html>
<p>John</p>
<p>John</p>
<p></p>
<p></p>
<p>John</p>
<p></p>
</body>
Expand Down
1 change: 1 addition & 0 deletions t/templates/comment.tt
Expand Up @@ -6,6 +6,7 @@
<p>[% get name # this is comment!!! %]</p>
<p>[% name # this is comment!!! %]</p>
<p>[% # comment only!!! %]</p>
<p>[% # %]</p>
<p>[% # multi line test1
name %]</p>
<p>[%# multi line test2
Expand Down

0 comments on commit 6ede2ab

Please sign in to comment.