add batch tests in sub directory under /testdata

This commit is contained in:
iyz 2025-03-05 23:46:57 -05:00 committed by Manuel Rüger
parent 7f5dfae904
commit 7f5144a1d1
4 changed files with 50 additions and 0 deletions

6
testdata/batch-tests/bad-test.md vendored Normal file
View File

@ -0,0 +1,6 @@
## Foo
> **TL;DR:** Thingy!
> More stuff
Foo

10
testdata/batch-tests/good-test.md vendored Normal file
View File

@ -0,0 +1,10 @@
<!-- Space: BatchTests -->
<!-- Title: Hello World -->
<!-- Title: Good Test -->
## Foo
> **TL;DR:** Thingy!
> More stuff
Foo

15
testdata/batch-tests/invalid-test.md vendored Normal file
View File

@ -0,0 +1,15 @@
# a
## b
### c
#### d
##### e
# f
## g
# This/is some_Heading.yml

19
testdata/batch-tests/valid-test.md vendored Normal file
View File

@ -0,0 +1,19 @@
<!-- Space: BatchTests -->
<!-- Title: Hello World -->
<!-- Title: Working Test -->
# a
## b
### c
#### d
##### e
# f
## g
# This/is some_Heading.yml