aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/console/console-log.expected.txt
blob: 39db037228e1f9cfd1dadbb1bbf6d2acc070874c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Hello World!
0
-0
123
-123
123.567
-123.567
true
false
null
undefined
Infinity
-Infinity
Symbol(Symbol Description)
2000-06-27T02:24:34.304Z
[ 123, 456, 789 ]
{
  name: "foo"
}
{
  a: 123,
  b: 456,
  c: 789
}
{
  a: {
    b: {
      c: 123
    },
    bacon: true
  },
  name: "bar"
}
Promise { <pending> }
[Function]
[Function]
[class Foo]
[class (anonymous)]
{}
[Function: foooo]
/FooRegex/
Is it a bug or a feature that formatting numbers like 123 is colored
String 123 should be 2nd word, 456 == 456 and percent s %s == What okay
{
  foo: {
    name: "baz"
  },
  bar: [Circular]
} am
[
  {}, {}, {}, {}
]
{
  level1: {
    level2: {
      level3: [Object ...]
    }
  }
}
{
  "1": [Object ...]
}
{
  "1": [Object ...]
}
{
  "1": {
    "2": [Object ...]
  }
}
{
  "1": {
    "2": {
      "3": 3
    }
  }
}