File: includes.html

package info (click to toggle)
node-jade 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,984 kB
  • ctags: 315
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<p>bar</p>
<body><p>:)</p><script>
  console.log("foo\nbar")
</script>
  <script type="text/javascript">var STRING_SUBSTITUTIONS = {    // table of character substitutions
  '\t': '\\t',
  '\r': '\\r',
  '\n': '\\n',
  '"' : '\\"',
  '\\': '\\\\'
};
  </script>
</body>