1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Bug #1033: Successfully parse empty templates

This commit is contained in:
Carlos Martín 2011-12-19 09:42:40 -08:00
parent ba91887f8b
commit 60f6321eb4

View File

@ -91,7 +91,11 @@ extern "C"
%%
template: attribute
template_file :
| template
;
template: attribute
| template attribute
;