Changes between Initial Version and Version 1 of Ticket #1435, comment 5
- Timestamp:
- 06/29/12 18:16:26 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1435, comment 5
initial v1 11 11 my $line_num = $ma_thing->location->[0]; 12 12 my $attrs = eval $ma_node2->content; 13 + if ( $ma_node2->content =~ /[\n ;]/ ) {13 + if ( $ma_node2->content =~ /[\n|;]/ ) { 14 14 + return; 15 15 + }
