You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data-Dumper: fix quotekeys.t test count for non-XS testing
This is a follow-up to 5b50ddc, which
added 4 tests without adjusting the skip count.
Previously, testing without XS available resulted in:
t/quotekeys.t ................. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/18 subtests
(less 5 skipped subtests: 9 okay)
...
t/quotekeys.t (Wstat: 65280 (exited 255) Tests: 14 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 18 tests but ran 14.
0 commit comments