יחידה: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[p_name] and 'duplicate'
or already_seen[tp_param] and 'duplicate'
already_seen[p_name] = true
already_seen[tp_param] = true
end
end
-- report it.
-- report it.