From: Valentin Bartenev Date: Tue, 21 May 2019 18:15:21 +0000 (+0300) Subject: Uncommented a successful test of Object.create([1,2]).length. X-Git-Tag: 0.3.3~39 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=d38d19ef189ce92dd1b8633217357e9a5969b176;p=njs.git Uncommented a successful test of Object.create([1,2]).length. It's actually passing after f5bdddca3252. --- diff --git a/njs/test/njs_unit_test.c b/njs/test/njs_unit_test.c index c0da26c9..683a86c6 100644 --- a/njs/test/njs_unit_test.c +++ b/njs/test/njs_unit_test.c @@ -3399,10 +3399,8 @@ static njs_unit_test_t njs_test[] = { nxt_string("\n[\n1\n,\n2]\n[\n0]"), nxt_string("1") }, -#if 0 { nxt_string("Object.create([1,2]).length"), nxt_string("2") }, -#endif { nxt_string("Object.create(['α','β'])[1]"), nxt_string("β") },