Joe Casadonte
Joe Casadonte
OS: MacOS 12.4 markdown-link-check: 3.10.0 node: v16.15.1 I'm getting the following error with no indication where the issue is: ``` $ markdown-link-check -v -p ./docs/foo.md FILE: ./docs/foo.md Checking... [====================== ]...
**Describe the bug** Executing the following line from within the `setup_file()` function: ``` echo "some message" >&2 ``` does not produce any output, even when `--show-output-of-passing-tests` is used. The same...
**Describe the bug** This issue concerns tests that specifically are not _executed_ -- it does not concern tests that are _skipped_. When all tests run and pass or are skipped,...
**Describe the bug** Creating and exporting a bash array from `setup_file()` does not work. The same code in `setup()` works just fine. **To Reproduce** Given the following bats file (note...
This is a bug report for perl generated with the help of `perlbug 1.43` running under `perl 5.38.0`. Module: `Attribute::Handlers` **Description** I was trying to write some unit tests for...
OS: MacOS 11.6.1 Bash: 5.1.12(1) (from MacPorts) Bats: da56a30 (2022-01-05) Bats-File: 17fa557 (2020-04-29) This one took me hours to come up with a reproducible example; I didn't also have the...
Perl's [new Class syntax](https://perldoc.perl.org/perlclass) defines the [`ADJUST`](https://perldoc.perl.org/perlclass#Adjustment) code block, which is "syntactically similar to BEGIN or INIT blocks". This PR adds the `ADJUST` keyword to several regexes, enabling hover text...