diff options
Diffstat (limited to 't/op/smartmatch.t')
-rw-r--r-- | t/op/smartmatch.t | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/t/op/smartmatch.t b/t/op/smartmatch.t index cf819bea14..a1c1a06a9f 100644 --- a/t/op/smartmatch.t +++ b/t/op/smartmatch.t @@ -307,8 +307,10 @@ __DATA__ ! 12345 qr/7/ # array against string - @fooormore "@fooormore" -! @keyandmore "@fooormore" + @fooormore "".\@fooormore +! @keyandmore "".\@fooormore + %fooormore "".\%fooormore +! %keyandmore "".\%fooormore # Test the implicit referencing 7 @nums |