Skip to content

Commit

Permalink
pod 2 text now indents tables, fix test
Browse files Browse the repository at this point in the history
missed as part of 57af8b8
  • Loading branch information
coke committed Mar 15, 2018
1 parent 57af8b8 commit dffbd68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions t/07-pod-to-text/01-whitespace.t
Expand Up @@ -63,11 +63,11 @@ subtest 'Tables' => {
=end table
is Pod::To::Text.render($=pod[++$ix]),
q:to/END/, "Final table row is not space-padded";
+term prefix
term1 + term2 infix
term++ postfix
(term) circumfix
term1[term2] postcircumfix
+term prefix
term1 + term2 infix
term++ postfix
(term) circumfix
term1[term2] postcircumfix
END
}

Expand Down

0 comments on commit dffbd68

Please sign in to comment.