aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jade/testing/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jade/testing/user.js')
-rw-r--r--node_modules/jade/testing/user.js27
1 files changed, 0 insertions, 27 deletions
diff --git a/node_modules/jade/testing/user.js b/node_modules/jade/testing/user.js
deleted file mode 100644
index 2ecc45eda..000000000
--- a/node_modules/jade/testing/user.js
+++ /dev/null
@@ -1,27 +0,0 @@
-function anonymous(locals, attrs, escape, rethrow) {
-var attrs = jade.attrs, escape = jade.escape, rethrow = jade.rethrow;
-var __jade = [{ lineno: 1, filename: "testing/user.jade" }];
-try {
-var buf = [];
-with (locals || {}) {
-var interp;
-__jade.unshift({ lineno: 1, filename: __jade[0].filename });
-__jade.unshift({ lineno: 1, filename: __jade[0].filename });
-buf.push('<h1>Tobi');
-__jade.unshift({ lineno: undefined, filename: __jade[0].filename });
-__jade.shift();
-buf.push('</h1>');
-__jade.shift();
-__jade.unshift({ lineno: 2, filename: __jade[0].filename });
-buf.push('<p>Is a ferret');
-__jade.unshift({ lineno: undefined, filename: __jade[0].filename });
-__jade.shift();
-buf.push('</p>');
-__jade.shift();
-__jade.shift();
-}
-return buf.join("");
-} catch (err) {
- rethrow(err, __jade[0].filename, __jade[0].lineno);
-}
-} \ No newline at end of file