Ensure raw tag has no arguments

This commit is contained in:
Justin Li
2015-06-02 14:32:39 -04:00
parent 86d8b552da
commit 719a98a25e
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
---
errors:
syntax:
tag_unexpected_args: "Syntax Error in '%{tag}' - Valid syntax: %{tag}"
assign: "Syntax Error in 'assign' - Valid syntax: assign [var] = [source]"
capture: "Syntax Error in 'capture' - Valid syntax: capture [var]"
case: "Syntax Error in 'case' - Valid syntax: case [condition]"