mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-04-30 12:34:16 +02:00
Added support for array attributes
This commit is contained in:
@@ -18,6 +18,8 @@ namespace Parser
|
||||
return "42.0";
|
||||
case "boolean":
|
||||
return "True";
|
||||
case "array":
|
||||
return "attr1,attr2";
|
||||
case "string":
|
||||
{
|
||||
const string example = "example";
|
||||
|
||||
Reference in New Issue
Block a user