Skip to content

Commit da439f0

Browse files
committed
Update golden master data for ruledocsgen module unit tests
The `github.com/arduino/arduino-lint/ruledocsgen` module contained in this repository uses the `github.com/JohannesKaufmann/html-to-markdown/escape` package to escape rule configuration data to make it safe for inclusion in Markdown files. Escaping has been enhanced in the `github.com/JohannesKaufmann/html-to-markdown@1.3.1` release, which caused the output under test to no longer match the golden master. The golden master is hereby brought into sync with the valid and expected output when using the updated dependency.
1 parent 7c11520 commit da439f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruledocsgen/testdata/golden/package-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Arduino Lint provides 1 rules for the [`package-index`](https://arduino.github.i
44

55
<a id="IA004"></a>
66

7-
## packages[\*].name missing (`IA004`)
7+
## packages\[\*\].name missing (`IA004`)
88

99
The package index has a package without a `name` property.
1010

0 commit comments

Comments
 (0)