Test 'required entries' in Options.t fails
Status: Alpha
Brought to you by:
leif_eriksen
When running dmake test, I got a test failure:
lib/PerlTidy/t/Options.t .. 2/? # Failed test 'required entries' # at lib/PerlTidy/t/Options.t line 56. # Structures begin differing at: # $got->[0] = 'maximum-line-length' # $expected->[0] = 'indent-columns' # Looks like you failed 1 test of 30. lib/PerlTidy/t/Options.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/30 subtests
This is perl 5, version 24, subversion 1 (v5.24.1) built for MSWin32-x86-multi-thread-64int
tidyview seems to work anyway, so maybe it's just this change in hash key order in one of the more recent Perl versions.
Please let me know if you need any more information.