diff options
author | Nasah <nasahnash19@gmail.com> | 2022-07-20 17:52:04 +0100 |
---|---|---|
committer | Nasah <nasahnash19@gmail.com> | 2022-07-23 17:56:04 +0100 |
commit | 27cbf26727cd400b3192b16eedeb153c4a71c713 (patch) | |
tree | fb54e7a38ee4e1022a70de3d2ca67a157b9795a8 /installed-tests/debugger/keys.debugger.output | |
parent | fb237b780cf839986fd7970ddda98a8d24e63157 (diff) | |
download | gjs-27cbf26727cd400b3192b16eedeb153c4a71c713.tar.gz |
updated tests
Diffstat (limited to 'installed-tests/debugger/keys.debugger.output')
-rw-r--r-- | installed-tests/debugger/keys.debugger.output | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/installed-tests/debugger/keys.debugger.output b/installed-tests/debugger/keys.debugger.output index a82947e3..1fb91db0 100644 --- a/installed-tests/debugger/keys.debugger.output +++ b/installed-tests/debugger/keys.debugger.output @@ -5,17 +5,9 @@ db> c Debugger statement, toplevel at keys.debugger.js:8:0 db> keys a $1 = [object Array] -[ - "foo", - "bar", - "tres" -] +["foo", "bar", "tres"] db> k a $2 = [object Array] -[ - "foo", - "bar", - "tres" -] +["foo", "bar", "tres"] db> c Program exited with code 0 |