From: Dmitry Volyntsev Date: Mon, 20 Nov 2017 16:24:56 +0000 (+0300) Subject: Fixed a typo in njs interactive test. X-Git-Tag: 0.1.15~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2ed156c42acb50ccdd5758d9f2e379fc4906559a;p=njs.git Fixed a typo in njs interactive test. --- diff --git a/njs/test/njs_interactive_test.c b/njs/test/njs_interactive_test.c index 8a1ad75d..19a78c4a 100644 --- a/njs/test/njs_interactive_test.c +++ b/njs/test/njs_interactive_test.c @@ -188,7 +188,7 @@ static njs_interactive_test_t njs_test[] = { nxt_string("var o = { toString: function() { return [1] } }" ENTER "o" ENTER), nxt_string("TypeError\n" - "at main\n") }, + " at main (native)\n") }, };