mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 20:21:12 +00:00
fix: correct Errorf/Fatalf argument handling
- Fix incorrect argument passing to log.Errorf and log.Fatalf functions - Remove debugging comments, temporary tests, and print statements - Address linter warnings related to error logging
This commit is contained in:
15
testdata/batch-tests/broken-test.md
vendored
15
testdata/batch-tests/broken-test.md
vendored
@@ -1,15 +0,0 @@
|
||||
# a
|
||||
|
||||
## b
|
||||
|
||||
### c
|
||||
|
||||
#### d
|
||||
|
||||
##### e
|
||||
|
||||
# f
|
||||
|
||||
## g
|
||||
|
||||
# This/is some_Heading.yml
|
||||
10
testdata/batch-tests/irfan-test.md
vendored
10
testdata/batch-tests/irfan-test.md
vendored
@@ -1,10 +0,0 @@
|
||||
<!-- Space: MySpace -->
|
||||
<!-- Parent: Parent -->
|
||||
<!-- Title: whatnot -->
|
||||
|
||||
## Foo
|
||||
|
||||
> **TL;DR:** Thingy!
|
||||
> More stuff
|
||||
|
||||
Foo
|
||||
15
testdata/batch-tests/mark-test.md
vendored
15
testdata/batch-tests/mark-test.md
vendored
@@ -1,15 +0,0 @@
|
||||
# a
|
||||
|
||||
## b
|
||||
|
||||
### c
|
||||
|
||||
#### d
|
||||
|
||||
##### e
|
||||
|
||||
# f
|
||||
|
||||
## g
|
||||
|
||||
# This/is some_Heading.yml
|
||||
19
testdata/batch-tests/rich-test.md
vendored
19
testdata/batch-tests/rich-test.md
vendored
@@ -1,19 +0,0 @@
|
||||
<!-- Space: TEST2 -->
|
||||
<!-- Title: H2 -->
|
||||
<!-- Title: whatnot -->
|
||||
|
||||
# a
|
||||
|
||||
## b
|
||||
|
||||
### c
|
||||
|
||||
#### d
|
||||
|
||||
##### e
|
||||
|
||||
# f
|
||||
|
||||
## g
|
||||
|
||||
# This/is some_Heading.yml
|
||||
Reference in New Issue
Block a user