merge #7396: [wikifeet] support redesign

This commit is contained in:
Mike Fährmann
2025-04-21 17:36:01 +02:00
3 changed files with 12 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ __tests__ = (
"pid" : int,
"width" : int,
"height" : int,
"shoesize" : r"re:\d+ US",
"shoesize" : r"re:\d+",
"type" : "women",
"tags" : list,
},
@@ -43,7 +43,7 @@ __tests__ = (
"pid" : int,
"width" : int,
"height" : int,
"shoesize" : "12.5 US",
"shoesize" : "22",
"type" : "men",
"tags" : list,
},

View File

@@ -17,13 +17,13 @@ __tests__ = (
"celeb" : "Tifa_Quinn",
"celebrity" : "Tifa Quinn",
"birthday" : "[NOT SET]",
"birthday" : "",
"birthplace": "United States",
"rating" : float,
"pid" : int,
"width" : int,
"height" : int,
"shoesize" : "4 US",
"shoesize" : "5",
"type" : "women",
"tags" : list,
},