Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add test for module + semicolon comment
  • Loading branch information
hoelzro committed Jul 25, 2014
1 parent 4575233 commit caf4161
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions S26-documentation/module-comment.t
@@ -0,0 +1,9 @@
use Test;

plan 1;

#| before
module M;
#= after

is M.WHY, "before\nafter", 'module + semicolon trailing comment';

0 comments on commit caf4161

Please sign in to comment.