aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jade/testing/index.jade
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jade/testing/index.jade')
-rw-r--r--node_modules/jade/testing/index.jade22
1 files changed, 0 insertions, 22 deletions
diff --git a/node_modules/jade/testing/index.jade b/node_modules/jade/testing/index.jade
deleted file mode 100644
index 1032c5faf..000000000
--- a/node_modules/jade/testing/index.jade
+++ /dev/null
@@ -1,22 +0,0 @@
-
-tag = 'p'
-foo = 'bar'
-
-#{tag} value
-#{tag}(foo='bar') value
-#{foo ? 'a' : 'li'}(something) here
-
-mixin item(icon)
- li
- if attributes.href
- a(attributes)
- img.icon(src=icon)
- block
- else
- span(attributes)
- img.icon(src=icon)
- block
-
-ul
- +item('contact') Contact
- +item(href='/contact') Contact