Index: lib/src/prism/tests/languages/markup+haml/markup_feature.test |
diff --git a/lib/src/prism/tests/languages/markup+haml/markup_feature.test b/lib/src/prism/tests/languages/markup+haml/markup_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ab5bbbeb9cde84b5ad23ab5c5851af1a43120da4 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/markup+haml/markup_feature.test |
@@ -0,0 +1,11 @@ |
+<div> |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["markup", [["tag", [["tag", [["punctuation", "<"], "div"]], ["punctuation", ">"]]]]] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for embedded markup. |