From 720c5a33b6a49cf328fdd7611f49153cf8f60247 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 8 Apr 2020 14:51:57 +0300 Subject: Separate tests and examples into individual packages Also make cli module to be explicitly enabled via the config.cli configuration variable. --- tests/headings/testscript | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 tests/headings/testscript (limited to 'tests/headings/testscript') diff --git a/tests/headings/testscript b/tests/headings/testscript deleted file mode 100644 index 0827890..0000000 --- a/tests/headings/testscript +++ /dev/null @@ -1,38 +0,0 @@ -# file : tests/headings/testscript -# license : MIT; see accompanying LICENSE file - -test = $effect($cli.path) - -: auto-headings -: -: Note that auto-headings break if we split into multiple doc strings. -: -cat <=map.cli; -" -\h1|Heading 1| - -\h|Heading 1.1| - -\h2|Heading 1.1.1| - -\h|Heading 1.2| - -\h2|Heading 1.2.1| - -\h1|Heading 2| -" -EOI -$* --generate-html --stdout map.cli >>EOO -

Heading 1

- -

Heading 1.1

- -

Heading 1.1.1

- -

Heading 1.2

- -

Heading 1.2.1

- -

Heading 2

- -EOO -- cgit v1.1