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

Commit 93abdfd

Browse files
author
Jeremy Wiebe
committed
Updated expected output files and remove console.logs from test script
1 parent 36b74d3 commit 93abdfd

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

docs/test/bad.expected.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{}
21
Used to test violations of style.
32

43
## BAD: Starting with wrong level heading.

docs/test/good.expected.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{}
21
Used to test style.
32

43
# GOOD: Starting level one heading.

docs/test/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ LINT_MD="$TEST_DIR/../bin/lint-md"
1616
# Compare remark output with expected output. Fail on diff.
1717
diff <("$LINT_MD" "$TEST_DIR/good.md" --no-color 2>&1) "$TEST_DIR/good.expected.md"
1818
EXIT_GOOD=$?
19-
echo "Good: $EXIT_GOOD"
20-
2119
diff <("$LINT_MD" "$TEST_DIR/bad.md" --no-color 2>&1) "$TEST_DIR/bad.expected.md"
2220
EXIT_BAD=$?
23-
echo "Bad: $EXIT_BAD"
2421

2522
# Fail if either diff failed
2623
exit $EXIT_GOOD || $EXIT_BAD

0 commit comments

Comments
 (0)