tests: add negative substring feature test fixture

This commit is contained in:
Willi Ballenthin
2026-04-28 15:25:47 +02:00
parent 8a4717a3ef
commit ac69d73de8

View File

@@ -632,6 +632,13 @@
"feature": "substring: HTTP/1.0",
"explanation": "basic substring"
},
{
"file": "pma16-01",
"location": "function=0x4021B0",
"feature": "substring: nope",
"expected": false,
"explanation": "substring not present"
},
{
"file": "pma16-01",
"location": "function=0x402F40",