citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 86856486a8ee59b2dfe5e1597bdc17d7c2eea4c4
parent eba5fca53d35bc2a1ac36df9fb67f4d2958743e7
Author: kyle <kyle@0x30.net>
Date:   Thu, 19 Jan 2017 00:20:40 -0700

t: add manuals to trailing whitespace list

Diffstat:
Mt/src_trailingspace.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/src_trailingspace.t b/t/src_trailingspace.t @@ -7,7 +7,7 @@ use Test::TrailingSpace; my $finder = Test::TrailingSpace->new( { root => '.', - filename_regex => qr/\.(?:t|pm|pl|cc|h|sh)\z/, + filename_regex => qr/\.(?:t|pm|pl|cc|h|sh|1)\z/, }, );