Index: lib/src/prism/tests/languages/textile/footnote_feature.test |
diff --git a/lib/src/prism/tests/languages/textile/footnote_feature.test b/lib/src/prism/tests/languages/textile/footnote_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cbe95cd5ec171b45db37d297c32df19ab378a206 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/textile/footnote_feature.test |
@@ -0,0 +1,15 @@ |
+Foo[1] |
+Bar[42] |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["phrase", [ |
+ "Foo", ["footnote", [["punctuation", "["], "1", ["punctuation", "]"]]], |
+ "\r\nBar", ["footnote", [["punctuation", "["], "42", ["punctuation", "]"]]] |
+ ]] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for footnotes. |