zoneadmin/node_modules/ejs/test/fixtures/no.semicolons.ejs
Matjaz Mesnjak c204ec0b6b Initial commit.
2017-09-20 23:16:30 +02: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 %>