From c66d043ac6318da99c2aa6f4a6a11db3a33f1c99 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Mon, 25 Feb 2019 16:11:54 -0800 Subject: Fix console.table display of Map and move tests to unit test (#1839) --- tests/console_table.ts.out | 71 ---------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 tests/console_table.ts.out (limited to 'tests/console_table.ts.out') diff --git a/tests/console_table.ts.out b/tests/console_table.ts.out deleted file mode 100644 index b4651bc65..000000000 --- a/tests/console_table.ts.out +++ /dev/null @@ -1,71 +0,0 @@ -Compiling [WILDCARD].ts -┌─────────┬────────┐ -│ (index) │ Values │ -├─────────┼────────┤ -│ a │ "test" │ -│ b │ 1 │ -└─────────┴────────┘ -┌─────────┬────┐ -│ (index) │ c │ -├─────────┼────┤ -│ a │ │ -│ b │ 30 │ -└─────────┴────┘ -┌─────────┬───────┬───────┬────────┐ -│ (index) │ 0 │ 1 │ Values │ -├─────────┼───────┼───────┼────────┤ -│ 0 │ │ │ 1 │ -│ 1 │ │ │ 2 │ -│ 2 │ 3 │ [ 4 ] │ │ -│ 3 │ 5 │ 6 │ │ -│ 4 │ [ 7 ] │ [ 8 ] │ │ -└─────────┴───────┴───────┴────────┘ -┌───────────────────┬────────┐ -│ (iteration index) │ Values │ -├───────────────────┼────────┤ -│ 0 │ 1 │ -│ 1 │ 2 │ -│ 2 │ 3 │ -│ 3 │ "test" │ -└───────────────────┴────────┘ -┌───────────────────┬───────┬────────┐ -│ (iteration index) │ Key │ Values │ -├───────────────────┼───────┼────────┤ -│ 0 │ "one" │ 1 │ -│ 1 │ "two" │ 2 │ -└───────────────────┴───────┴────────┘ -┌─────────┬───────────┬───────────────────┬────────┐ -│ (index) │ c │ e │ Values │ -├─────────┼───────────┼───────────────────┼────────┤ -│ a │ │ │ true │ -│ b │ { d: 10 } │ [ 1, 2, [Array] ] │ │ -│ f │ │ │ "test" │ -│ g │ │ │ │ -│ h │ │ │ │ -└─────────┴───────────┴───────────────────┴────────┘ -┌─────────┬────────┬──────────────────────┬────┬────────┐ -│ (index) │ 0 │ 1 │ a │ Values │ -├─────────┼────────┼──────────────────────┼────┼────────┤ -│ 0 │ │ │ │ 1 │ -│ 1 │ │ │ │ "test" │ -│ 2 │ │ │ │ false │ -│ 3 │ │ │ 10 │ │ -│ 4 │ "test" │ { b: 20, c: "test" } │ │ │ -└─────────┴────────┴──────────────────────┴────┴────────┘ -┌─────────┐ -│ (index) │ -├─────────┤ -└─────────┘ -┌─────────┐ -│ (index) │ -├─────────┤ -└─────────┘ -┌───────────────────┐ -│ (iteration index) │ -├───────────────────┤ -└───────────────────┘ -┌───────────────────┐ -│ (iteration index) │ -├───────────────────┤ -└───────────────────┘ -test -- cgit v1.2.3