From cae71ed8416cba63a2be8c9068b3a3e0b148a32a Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 7 Jan 2019 06:34:52 +0900 Subject: Implement console.groupCollapsed (#1452) This implementation of groupCollapsed is intentionally different from the spec defined by whatwg. See the conversation in #1355 and #1363. --- tests/console_group_warn.ts.out | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/console_group_warn.ts.out (limited to 'tests/console_group_warn.ts.out') diff --git a/tests/console_group_warn.ts.out b/tests/console_group_warn.ts.out new file mode 100644 index 000000000..e09019f2b --- /dev/null +++ b/tests/console_group_warn.ts.out @@ -0,0 +1,9 @@ +Compiling [WILDCARD].ts +1 + 2 + 3 + 4 +5 +678 +9 +10 -- cgit v1.2.3