From: Arthur Axel "fREW" Schmidt Date: Thu, 9 Sep 2010 02:47:42 +0000 (+0000) Subject: add quotes to examples to show hidden whitespace X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=f01e2c1f8c41f2a1f01d82ab9e0f5ecb5c1a7cc2 add quotes to examples to show hidden whitespace --- diff --git a/examples/console.pl b/examples/console.pl index 8f4f770..0b731d3 100644 --- a/examples/console.pl +++ b/examples/console.pl @@ -16,5 +16,5 @@ my @sql = ( ); -print "\n\n" . $sqlat->format($_) . "\n" for @sql; +print "\n\n'" . $sqlat->format($_) . "'\n" for @sql;