[njs] Fixed a typo in njs interactive test.

Dmitry Volyntsev xeioex at nginx.com
Mon Nov 20 16:25:31 UTC 2017


details:   http://hg.nginx.org/njs/rev/7ada5170b7bb
branches:  
changeset: 428:7ada5170b7bb
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Mon Nov 20 19:24:56 2017 +0300
description:
Fixed a typo in njs interactive test.

diffstat:

 njs/test/njs_interactive_test.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4fc65a23bcfc -r 7ada5170b7bb njs/test/njs_interactive_test.c
--- a/njs/test/njs_interactive_test.c	Mon Nov 20 19:24:55 2017 +0300
+++ b/njs/test/njs_interactive_test.c	Mon Nov 20 19:24:56 2017 +0300
@@ -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") },
 
 };
 


More information about the nginx-devel mailing list