aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/console/console-log.expected.txt
blob: 69fb3eeba9807bf476f1d7a3c64b9e7e6c07a3ab (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
Hello World!
123
-123
123.567
-123.567
true
false
null
undefined
Symbol(Symbol Description)
2022-02-27T05:11:48.999Z
[ 123, 456, 789 ]
{
  name: "foo"
}
{
  a: 123,
  b: 456,
  c: 789
}
{
  a: {
    b: {
      c: 123
    },
    bacon: true
  },
  name: "bar"
}
Promise { <pending> }
[Function]
[Function: Foo]
{}
[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
[
  {}, {}, {}, {}
]