Index: lib/src/prism/tests/languages/inform7/title_feature.test |
diff --git a/lib/src/prism/tests/languages/inform7/title_feature.test b/lib/src/prism/tests/languages/inform7/title_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ec3cdbfbb41fff322ef1c4b11fc0d8979fcb0058 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/inform7/title_feature.test |
@@ -0,0 +1,21 @@ |
+Volume 1 - Foobar |
+Book 2 - Foobar |
+Part 3 - Foobar |
+Chapter 4 - Foobar |
+Section 5 - Foobar |
+Table 6 - Foobar |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["title", "Volume 1 - Foobar"], |
+ ["title", "Book 2 - Foobar"], |
+ ["title", "Part 3 - Foobar"], |
+ ["title", "Chapter 4 - Foobar"], |
+ ["title", "Section 5 - Foobar"], |
+ ["title", "Table 6 - Foobar"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for titles. |