summaryrefslogtreecommitdiff
path: root/test/pseudo-tty/repl-dumb-tty.out
blob: 69eb4e5da6313e09b30cc04a840a3c4423790114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
> console.log("foo")
foo
undefined
> 1 + 2
3
> "str"
'str'
> console.dir({ a: 1 })
{ a: 1 }
undefined
> { a: 1 }
{ a: 1 }
>
> .exit