aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/includeerror/missinginclude.vm
blob: fd9c8c850af96972bb3db4924621b95b89a6c955 (plain)
1
2
3
4
5
6
7
8
## tests to see if
## missing include throws an error

text

#include("doesntexist.vm")

text