rename swat => swat2, so that we don't conflict with samba3
[kai/samba.git] / swat2 / scripting / test.esp
1 <h3>A esp include file</h3>
2 <%
3         function testfn(test) {
4                  return "the argument was " + test;
5         }
6 %>