יחידה:ParamValidator: הבדלים בין גרסאות בדף
אופסי |
כנראה כך. |
||
| שורה 211: | שורה 211: | ||
or tp_param.deprecated and noval and 'empty-deprecated' | or tp_param.deprecated and noval and 'empty-deprecated' | ||
or not compatible( tp_param.type, value ) and 'incompatible' | or not compatible( tp_param.type, value ) and 'incompatible' | ||
or already_seen[ | or already_seen[tp_param] and 'duplicate' | ||
already_seen[ | already_seen[tp_param] = true | ||
end | end | ||
-- report it. | -- report it. | ||