template bug?

I'd like to create a template which inserts some text between square brackets. My template is very simple:

[[[Name]]]

When I try to run it, pldev asks for the value of the Name] variable. The result is:

[some text

Is it a bug or a feature?
 
Back
Top