From 7f5144a1d1dc565943b29531838d172dd10daf16 Mon Sep 17 00:00:00 2001 From: iyz Date: Wed, 5 Mar 2025 23:46:57 -0500 Subject: [PATCH] add batch tests in sub directory under /testdata --- testdata/batch-tests/bad-test.md | 6 ++++++ testdata/batch-tests/good-test.md | 10 ++++++++++ testdata/batch-tests/invalid-test.md | 15 +++++++++++++++ testdata/batch-tests/valid-test.md | 19 +++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 testdata/batch-tests/bad-test.md create mode 100644 testdata/batch-tests/good-test.md create mode 100644 testdata/batch-tests/invalid-test.md create mode 100644 testdata/batch-tests/valid-test.md diff --git a/testdata/batch-tests/bad-test.md b/testdata/batch-tests/bad-test.md new file mode 100644 index 0000000..aef21fd --- /dev/null +++ b/testdata/batch-tests/bad-test.md @@ -0,0 +1,6 @@ +## Foo + +> **TL;DR:** Thingy! +> More stuff + +Foo diff --git a/testdata/batch-tests/good-test.md b/testdata/batch-tests/good-test.md new file mode 100644 index 0000000..9812e9f --- /dev/null +++ b/testdata/batch-tests/good-test.md @@ -0,0 +1,10 @@ + + + + +## Foo + +> **TL;DR:** Thingy! +> More stuff + +Foo diff --git a/testdata/batch-tests/invalid-test.md b/testdata/batch-tests/invalid-test.md new file mode 100644 index 0000000..a37a5d6 --- /dev/null +++ b/testdata/batch-tests/invalid-test.md @@ -0,0 +1,15 @@ +# a + +## b + +### c + +#### d + +##### e + +# f + +## g + +# This/is some_Heading.yml diff --git a/testdata/batch-tests/valid-test.md b/testdata/batch-tests/valid-test.md new file mode 100644 index 0000000..9f41ef6 --- /dev/null +++ b/testdata/batch-tests/valid-test.md @@ -0,0 +1,19 @@ + + + + +# a + +## b + +### c + +#### d + +##### e + +# f + +## g + +# This/is some_Heading.yml