diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-09-18 03:43:11 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-09-18 04:24:21 -0600 |
| commit | e48a2854b257600cd6ccf4c3552f5dde599f49a1 (patch) | |
| tree | 3d60354a80a9ba76890259666e4a29edb10337e1 /test/fixtures | |
| parent | 684aa7fb448542a68424280b1d618ac6184c7fdc (diff) | |
resolves #1072 recognize include tag directives inside XML comments; add test
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/include-file.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/include-file.xml b/test/fixtures/include-file.xml new file mode 100644 index 00000000..2ed51c8e --- /dev/null +++ b/test/fixtures/include-file.xml @@ -0,0 +1,5 @@ +<root> + <!-- tag::snippet[] --> + <snippet>content</snippet> + <!-- end::snippet[] --> +</root> |
