Add inline match parsing test case

This commit is contained in:
Arsh 2025-01-08 08:17:07 +05:30 committed by GitHub
parent aa3f21a218
commit f1cabf4b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@
header {
+Link "Foo"
+Link "Bar"
match status 200
}
header >Set Defer
header >Replace Deferred Replacement
@ -144,6 +145,11 @@
"Foo",
"Bar"
]
},
"require": {
"status_code": [
200
]
}
}
},