From: Craig A. Berry Date: Thu, 25 Oct 2007 21:36:42 +0000 (+0000) Subject: Platform-neutral quoting in optree_misc.t. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22aebd372b7cd8ef07838f9eee5351a3dd3bc241;p=p5sagit%2Fp5-mst-13.2.git Platform-neutral quoting in optree_misc.t. p4raw-id: //depot/perl@32194 --- diff --git a/ext/B/t/optree_misc.t b/ext/B/t/optree_misc.t index 38712be..bcb0f2e 100644 --- a/ext/B/t/optree_misc.t +++ b/ext/B/t/optree_misc.t @@ -100,7 +100,7 @@ if ($] < 5.009) { } checkOptree ( name => 'index and PVBM', - prog => '$_ = index "foo", "foo"', + prog => '$_ = index q(foo), q(foo)', strip_open_hints => 1, expect => $t, expect_nt => $nt);