aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/no.semicolons.ejs
blob: d58313476a6005ae4c54445556236219cbad8641 (plain)
1
2
3
4
5
6
7
8
This document does not use semicolons in scriptlets.
<%
  var a = 'b'
  var b = 'c'
  var c
  c = b
%>
The value of c is: <%= c %>