From dffbd68a792ef72acd2df51cf49969fc9d545d02 Mon Sep 17 00:00:00 2001 From: "Will \"Coke\" Coleda" Date: Thu, 15 Mar 2018 13:54:15 -0400 Subject: [PATCH] pod 2 text now indents tables, fix test missed as part of 57af8b847 --- t/07-pod-to-text/01-whitespace.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/t/07-pod-to-text/01-whitespace.t b/t/07-pod-to-text/01-whitespace.t index fdab7cf8c97..c2cd02bfae3 100644 --- a/t/07-pod-to-text/01-whitespace.t +++ b/t/07-pod-to-text/01-whitespace.t @@ -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 }