This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove extra blanks from t/re/re_tests, vim
authorKarl Williamson <khw@khw-desktop.(none)>
Thu, 24 Jun 2010 00:53:56 +0000 (18:53 -0600)
committerDavid Golden <dagolden@cpan.org>
Sun, 18 Jul 2010 01:50:48 +0000 (21:50 -0400)
My vim settings were causing extra blanks in this file; remove the ones
I added recently and set the vim options to disable the offending
feature.

Signed-off-by: David Golden <dagolden@cpan.org>
t/re/re_tests

index 7cf5a80..1950bdf 100644 (file)
@@ -1444,14 +1444,14 @@ abc\N{def       -       c       -       \\N{NAME} must be resolved by the lexer
 /abc\N {SPACE}/x       -       c       -       Missing braces
 
 # Verifies catches hex errors, and doesn't expose our . notation to the outside
-/\N{U+0xBEEF}/ -       c       -       Illegal hexadecimal digit
-/\N{U+BEEF.BEAD}/      -       c       -       Illegal hexadecimal digit
+/\N{U+0xBEEF}/ -       c       -       Illegal hexadecimal digit
+/\N{U+BEEF.BEAD}/      -       c       -       Illegal hexadecimal digit
 
 # Verify works in single quotish context; regex compiler delivers slightly different msg
 # \N{U+BEEF.BEAD} succeeds here, because can't completely hide it from the outside.
-\N{U+0xBEEF}   -       c       -       Invalid hexadecimal number
-\c`    -       c       -       \"\\c`\" more clearly written simply as \"\\ \"
-\c1    -       c       -       \"\\c1\" more clearly written simply as \"q\"
-\cA    \001    y       $&      \1
+\N{U+0xBEEF}   -       c       -       Invalid hexadecimal number
+\c`    -       c       -       \"\\c`\" more clearly written simply as \"\\ \"
+\c1    -       c       -       \"\\c1\" more clearly written simply as \"q\"
+\cA    \001    y       $&      \1
 
-# vim: set noexpandtab
+# vim: softtabstop=0 noexpandtab