mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
add batch tests in sub directory under /testdata
This commit is contained in:
parent
7f5dfae904
commit
7f5144a1d1
6
testdata/batch-tests/bad-test.md
vendored
Normal file
6
testdata/batch-tests/bad-test.md
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
## Foo
|
||||||
|
|
||||||
|
> **TL;DR:** Thingy!
|
||||||
|
> More stuff
|
||||||
|
|
||||||
|
Foo
|
10
testdata/batch-tests/good-test.md
vendored
Normal file
10
testdata/batch-tests/good-test.md
vendored
Normal 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
15
testdata/batch-tests/invalid-test.md
vendored
Normal 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
19
testdata/batch-tests/valid-test.md
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user