summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-06-20 21:43:31 -0600
committerGitHub <noreply@github.com>2017-06-20 21:43:31 -0600
commit10f6b096d545e1294f99d4fde2b9d6bbee75d3ec (patch)
tree229e963a77c3b5cac1103a7f8ba45bc9e8151ca4 /test/fixtures
parent740944900c433f6e70d2f623f3ebb2b2d1299164 (diff)
resolves #1729 add support for include tags in languages with only circumfix comments (#2199)
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/include-file.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/include-file.ml b/test/fixtures/include-file.ml
new file mode 100644
index 00000000..c687c763
--- /dev/null
+++ b/test/fixtures/include-file.ml
@@ -0,0 +1,3 @@
+(* tag::snippet[] *)
+let s = SS.empty;;
+(* end::snippet[] *)