Home | History | Annotate | Download | only in scripts

Lines Matching refs:quotedString

314     my $quotedString = shift;
315 if ($quotedString =~ /^"([^"]*)"$/) {
318 die "Failed to parse string (" . $quotedString . ") at " . $self->{Line};