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, 27 insertions, 0 deletions
diff --git a/node_modules/jade/testing/user.js b/node_modules/jade/testing/user.js
new file mode 100644
index 000000000..2ecc45eda
--- /dev/null
+++ b/node_modules/jade/testing/user.js
@@ -0,0 +1,27 @@
+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