Perl-Critic / PPI

53 stars 44 forks source link

%/ is throwing off regular expression parsing #174

Open drforr opened 9 years ago

drforr commented 9 years ago

The following code fragment is incorrectly being parsed as a regular expression from '/' through to '/yn2011'

--cut here-- is_deeply \%/, $target => 'Returned correct data structure';

DATA Nathan Gray (‎kolibrie‎) - ‎Practical Extraction with Regexp::Grammars‎ (50 min) 9

--cut here--