From 74dda392261e52e80a4ff24ea08f042e02154ed7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 26 May 2005 03:22:38 +0000 Subject: r6989: - added support for esp style includes (which include a esp file, instead of a ejs file) - added a test of esp style includes to the esptest html (This used to be commit af3de9468ee5ba490c991901b7a4aa260c839876) --- swat/scripting/test.esp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 swat/scripting/test.esp (limited to 'swat/scripting') diff --git a/swat/scripting/test.esp b/swat/scripting/test.esp new file mode 100644 index 0000000000..614a42410c --- /dev/null +++ b/swat/scripting/test.esp @@ -0,0 +1,6 @@ +

A esp include file

+<% + function testfn(test) { + return "the argument was " + test; + } +%> -- cgit