From 81ec349bcb192cdc2801cd553f3556e8322970ba Mon Sep 17 00:00:00 2001 From: kazatca Date: Sat, 12 Nov 2016 19:52:24 +1000 Subject: [PATCH] fix 16th exercise checking --- js/hack_tutorial/tutorial_source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/hack_tutorial/tutorial_source.js b/js/hack_tutorial/tutorial_source.js index b94d4c7..1bd07e9 100755 --- a/js/hack_tutorial/tutorial_source.js +++ b/js/hack_tutorial/tutorial_source.js @@ -233,7 +233,7 @@ function test(): void {\n\ $x->add1()->print_count();\n\ }\n\ ", check:(function (x) { var content = remove_comments(x);return ( -content.match(/Store.*string.*/) +content.match(/add1.*this.*/) );})}, {content:"