From 2afbcf4e7d000d99fdbc582d7113684ee00e80cc Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 20 Mar 2015 17:33:43 -0700 Subject: first --- node_modules/ejs/test/fixtures/comments.ejs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 node_modules/ejs/test/fixtures/comments.ejs (limited to 'node_modules/ejs/test/fixtures/comments.ejs') diff --git a/node_modules/ejs/test/fixtures/comments.ejs b/node_modules/ejs/test/fixtures/comments.ejs new file mode 100644 index 0000000..ba34b0a --- /dev/null +++ b/node_modules/ejs/test/fixtures/comments.ejs @@ -0,0 +1,5 @@ +
  • <% // double-slash comment %>foo
  • +
  • <% /* C-style comment */ %>bar
  • +
  • <% // double-slash comment with newline + %>baz
  • +
  • <% var x = 'qux'; // double-slash comment @ end of line %><%= x %>
  • \ No newline at end of file -- cgit v1.2.3-70-g09d2