Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c3df5b4

Browse files
committed
Fix good.md and good.expected.md linting. Fixed inconsistent console log.
1 parent abd6ecf commit c3df5b4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/test/good.expected.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Used to test style.
44

55
## GOOD: One level step down headings.
66

7-
<!--lint disable no-duplicate-headings-in-section -->
7+
<!--lint disable no-duplicate-headings-in-section-->
88

99
### GOOD: Repeated Content when rule is disabled
1010

1111
### GOOD: Repeated Content when rule is disabled
1212

13-
<!--lint enable no-duplicate-headings-in-section -->
13+
<!--lint enable no-duplicate-headings-in-section-->
1414

1515
## GOOD: Section with subsections that duplicate
1616

docs/test/good.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Used to test style.
44

55
## GOOD: One level step down headings.
66

7-
<!--lint disable no-duplicate-headings-in-section -->
7+
<!--lint disable no-duplicate-headings-in-section-->
88

99
### GOOD: Repeated Content when rule is disabled
1010

1111
### GOOD: Repeated Content when rule is disabled
1212

13-
<!--lint enable no-duplicate-headings-in-section -->
13+
<!--lint enable no-duplicate-headings-in-section-->
1414

1515
## GOOD: Section with subsections that duplicate
1616

docs/test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "Testing bad.md ..."
2323
diff <("$LINT_MD" "$TEST_DIR/bad.md" --no-color 2>&1) "$TEST_DIR/bad.expected.md"
2424
EXIT_BAD=$?
2525

26-
echo "Testing a-bad-filename.expected.md ..."
26+
echo "Testing a-bad-filename.md ..."
2727
diff <("$LINT_MD" "$TEST_DIR/a-bad-filename.md" --no-color 2>&1) "$TEST_DIR/a-bad-filename.expected.md"
2828
EXIT_BAD_FILENAME=$?
2929

0 commit comments

Comments
 (0)