summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/source/Textile/test.textile
diff options
context:
space:
mode:
authorhenil <dedaniahenil@gmail.com>2020-11-15 00:22:08 +0530
committerDavid Peter <sharkdp@users.noreply.github.com>2020-11-23 15:43:58 +0100
commit591eba66a3af1c211a09eefd17cbeb819b0a131f (patch)
treecf0b604f97314d567745498c85be1aec36e85f25 /tests/syntax-tests/source/Textile/test.textile
parenta5a9ac83e5a506ac2bdc673476aca54c818eabe2 (diff)
add new syntax test filesv0.17.0
Diffstat (limited to 'tests/syntax-tests/source/Textile/test.textile')
-rw-r--r--tests/syntax-tests/source/Textile/test.textile40
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/syntax-tests/source/Textile/test.textile b/tests/syntax-tests/source/Textile/test.textile
new file mode 100644
index 00000000..dd8e2ef9
--- /dev/null
+++ b/tests/syntax-tests/source/Textile/test.textile
@@ -0,0 +1,40 @@
+###. Single line comment
+
+###..
+Multi line comment.
+
+This line is also part of comment.
+
+Continues till next block element
+
+p. This is not a comment, but I am a paragraph.
+
+<!-- HTML comments can also be used -->
+
+
+h1. This is an <h1>
+
+h2. This is an <h2>
+
+h3. This is an <h3>
+
+h4. This is an <h4>
+
+h5. This is an <h5>
+
+h6. This is an <h6>
+
+--
+
+* Item
+** Sub-Item
+* Another item
+** Another sub-item
+** Yet another sub-item
+*** Three levels deep
+
+p{color:red}. This line will be red.
+
+%span% are enclosed in percent symbols.
+
+div. This is a new div element