Stelescope/node_modules/ejs/test/fixtures/no.semicolons.ejs
Saturneric a7116b5291 Add
2020-09-01 00:25:01 +08:00

9 lines
131 B
Plaintext

This document does not use semicolons in scriptlets.
<%
var a = 'b'
var b = 'c'
var c
c = b
%>
The value of c is: <%= c %>