summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-07-17 03:41:37 -0600
committerDan Allen <dan.j.allen@gmail.com>2014-07-17 03:41:37 -0600
commit1f31f08133334b43988398f37924a69e0d452d9b (patch)
tree149b5387ee991188fcbdb2adc22664129f8e2ced /test/fixtures
parentecda01eab405eb0ffe29479f65f8bbbfcb584ec0 (diff)
resolves #1027 don't include lines that contain a tag directive
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/include-file.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/include-file.asciidoc b/test/fixtures/include-file.asciidoc
index 4f1fc0e6..995dde83 100644
--- a/test/fixtures/include-file.asciidoc
+++ b/test/fixtures/include-file.asciidoc
@@ -7,6 +7,7 @@ sixth line of included content
seventh line of included content
eighth line of included content
+// tag::snippet[]
// tag::snippetA[]
snippetA content
// end::snippetA[]
@@ -16,6 +17,7 @@ non-tagged content
// tag::snippetB[]
snippetB content
// end::snippetB[]
+// end::snippet[]
more non-tagged content