From 57338d98bef93bb45c8aff945ccec5d310d3c241 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Wed, 19 Dec 2018 02:57:23 -0500 Subject: Add illegal header name and value guards (#1375) --- js/testing/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/testing') diff --git a/js/testing/util.ts b/js/testing/util.ts index 193540351..1e245fb71 100644 --- a/js/testing/util.ts +++ b/js/testing/util.ts @@ -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 -- cgit v1.2.3