summaryrefslogtreecommitdiff
path: root/tests/console_table.ts.out
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-02-25 16:11:54 -0800
committerRyan Dahl <ry@tinyclouds.org>2019-02-25 19:11:54 -0500
commitc66d043ac6318da99c2aa6f4a6a11db3a33f1c99 (patch)
tree868f0e173a9bd0420d8033f4567c177be60fc041 /tests/console_table.ts.out
parentce5d5c51331b49f2dd381737a8340433746276af (diff)
Fix console.table display of Map and move tests to unit test (#1839)
Diffstat (limited to 'tests/console_table.ts.out')
-rw-r--r--tests/console_table.ts.out71
1 files changed, 0 insertions, 71 deletions
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