Merge branch 'master' of ssh://git.samba.org/data/git/samba
[Samba/gebeck_regimport.git] / swat2 / scripting / test.esp
blob614a42410c3059eb37011449f68fc1f8e931bf2b
1 <h3>A esp include file</h3>
2 <%
3         function testfn(test) {
4                  return "the argument was " + test;
5         }
6 %>