mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
Add illegal header name and value guards (#1375)
This commit is contained in:
parent
22874d44a6
commit
57338d98be
3 changed files with 85 additions and 1 deletions
|
@ -21,7 +21,7 @@ export function assertEqual(actual: any, expected: any, msg?: string) {
|
|||
}
|
||||
if (!equal(actual, expected)) {
|
||||
console.error(
|
||||
"assertEqual failed. actual = ",
|
||||
"assertEqual failed. actual =",
|
||||
actual,
|
||||
"expected =",
|
||||
expected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue