This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove duplicate line from test
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 7 Dec 2015 09:24:51 +0000 (09:24 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 7 Dec 2015 09:26:20 +0000 (09:26 +0000)
t/re/reg_mesg.t

index 62e3e4a..63b5e1b 100644 (file)
@@ -219,7 +219,6 @@ my @death =
  '/(?[ \cK + ) ])/' => 'Unexpected \')\' {#} m/(?[ \cK + ){#} ])/',
  '/(?[ \cK + ])/' => 'Incomplete expression within \'(?[ ])\' {#} m/(?[ \cK + {#}])/',
  '/(?[ ( ) ])/' => 'Incomplete expression within \'(?[ ])\' {#} m/(?[ ( ) {#}])/',
- '/(?[ ( ) ])/' => 'Incomplete expression within \'(?[ ])\' {#} m/(?[ ( ) {#}])/',
  '/(?[[0]+()+])/' => 'Incomplete expression within \'(?[ ])\' {#} m/(?[[0]+()+{#}])/',
  '/(?[ \p{foo} ])/' => 'Can\'t find Unicode property definition "foo" {#} m/(?[ \p{foo}{#} ])/',
  '/(?[ \p{ foo = bar } ])/' => 'Can\'t find Unicode property definition "foo = bar" {#} m/(?[ \p{ foo = bar }{#} ])/',