branch: elpa/org-superstar commit 7e2ca9593295d19b30b1873a36f4aff7b50b5cfb Author: D. Williams <d.willi...@posteo.net> Commit: D. Williams <d.willi...@posteo.net>
added new, more modular sample inputs for incoming unit testing --- tests/sample-inlinetask.org | 4 ++++ tests/sample-items.org | 4 ++++ tests/sample-nonitem.org | 6 ++++++ tests/sample-titles.org | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/tests/sample-inlinetask.org b/tests/sample-inlinetask.org new file mode 100644 index 0000000000..23fe5cd114 --- /dev/null +++ b/tests/sample-inlinetask.org @@ -0,0 +1,4 @@ +#+STARTUP: showeverything +*************** a +**************** b +***************** c diff --git a/tests/sample-items.org b/tests/sample-items.org new file mode 100644 index 0000000000..5c082990bb --- /dev/null +++ b/tests/sample-items.org @@ -0,0 +1,4 @@ +#+STARTUP: showeverything + * item + + item + - item diff --git a/tests/sample-nonitem.org b/tests/sample-nonitem.org new file mode 100644 index 0000000000..20a0046f6f --- /dev/null +++ b/tests/sample-nonitem.org @@ -0,0 +1,6 @@ +#+STARTUP: showeverything +#+BEGIN_SRC C +/* + + noitem +*/ +#+END_SRC diff --git a/tests/sample-titles.org b/tests/sample-titles.org new file mode 100644 index 0000000000..d491d9a016 --- /dev/null +++ b/tests/sample-titles.org @@ -0,0 +1,5 @@ +#+STARTUP: showeverything +* 1 +** 2 +*** 3 +**** 4