Index: lib/src/prism/tests/languages/stylus+jade/stylus_inclusion.test |
diff --git a/lib/src/prism/tests/languages/stylus+jade/stylus_inclusion.test b/lib/src/prism/tests/languages/stylus+jade/stylus_inclusion.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3c7c8d257434837db31084cb722659137911c88a |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/stylus+jade/stylus_inclusion.test |
@@ -0,0 +1,20 @@ |
+:stylus |
+ font-size = 14px |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["filter-stylus", [ |
+ ["filter-name", ":stylus"], |
+ ["variable-declaration", [ |
+ ["variable", "font-size"], |
+ ["operator", "="], |
+ ["number", "14"], |
+ "px" |
+ ]] |
+ ]] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for stylus filter in Jade. |