Craig A. Berry [Thu, 25 Oct 2007 21:36:42 +0000 (21:36 +0000)]
p4raw-id: //depot/perl@32194
}
checkOptree ( name => 'index and PVBM',
- prog => '$_ = index "foo", "foo"',
+ prog => '$_ = index q(foo), q(foo)',
strip_open_hints => 1,
expect => $t, expect_nt => $nt);