Skip to content

Commit

Permalink
Revert "Tweak check for trailing declarator block"
Browse files Browse the repository at this point in the history
This reverts commit fe773f5.

Now that it is allowed to have trailing declarator doc on the next
line, this change is no longer needed.
  • Loading branch information
lizmat committed May 18, 2023
1 parent 48b5fc4 commit 32eb636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S26-documentation/module-comment.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use Test;
plan 1;

#| before
unit module M; #= after
unit module M;
#= after

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

Expand Down

0 comments on commit 32eb636

Please sign in to comment.