Fix incorrect validator for command arguments

fixes #9436
This commit is contained in:
Gunnar Beutner 2015-06-18 08:14:34 +02:00
parent 1790f6899e
commit 57713374cc

View File

@ -212,6 +212,7 @@
}, },
%attribute %dictionary "arguments" { %attribute %dictionary "arguments" {
%attribute %string "*", %attribute %string "*",
%attribute %function "*",
%attribute %dictionary "*" { %attribute %dictionary "*" {
%attribute %string "key" %attribute %string "key"
%attribute %string "value" %attribute %string "value"