We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prove --source File --file-option extensions=.txt ./tap.txt fails, while prove --source File --file-option extensions=.txt --file-option extensions=.tmp ./tap.txt does not.
prove --source File --file-option extensions=.txt ./tap.txt
prove --source File --file-option extensions=.txt --file-option extensions=.tmp ./tap.txt
-> ao% perl -v | grep version This is perl 5, version 24, subversion 1 (v5.24.1) built for darwin-thread-multi-2level -> ao% perl -MTAP::Harness -E 'say TAP::Harness->VERSION' 3.36_01 -> ao% cat tap.txt 1..1 ok 1 -> ao% prove --source File --file-option extensions=.txt ./tap.txt Can't use string (".txt") as an ARRAY ref while "strict refs" in use at /usr/local/Cellar/perl/5.24.1/lib/perl5/5.24.1/TAP/Parser/SourceHandler/File.pm line 74. -> ao% prove --source File --file-option extensions=.txt --file-option extensions=.tmp ./tap.txt ./tap.txt .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Result: PASS
The text was updated successfully, but these errors were encountered:
That is rather disappointing…
Sorry, something went wrong.
No branches or pull requests
prove --source File --file-option extensions=.txt ./tap.txt
fails, whileprove --source File --file-option extensions=.txt --file-option extensions=.tmp ./tap.txt
does not.The text was updated successfully, but these errors were encountered: