Template Bug

Minor inconvenience... I have this code in a template:

[#]create or replace type [name]_ct under ebm_ct (
constructor function [name]_ct(
code in varchar2)
return self as result
) not final
/

When I use the template, the / does not appear. If I put // I get //, so that didn't help. I have other lines with just a / on them that work OK. Only this line bugs out. Please fix. Thanks.
 
Back
Top