Index: lib/src/prism/tests/languages/handlebars+jade/handlebars_inclusion.test |
diff --git a/lib/src/prism/tests/languages/handlebars+jade/handlebars_inclusion.test b/lib/src/prism/tests/languages/handlebars+jade/handlebars_inclusion.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f95ba773bcecb3fdf0d1037d1701b315390c3843 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/handlebars+jade/handlebars_inclusion.test |
@@ -0,0 +1,15 @@ |
+:handlebars |
+ {{!comment}} |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["filter-handlebars", [ |
+ ["filter-name", ":handlebars"], |
+ ["handlebars-comment", "{{!comment}}"] |
+ ]] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for handlebars filter in Jade. |