Skip to content

Commit

Permalink
Merge pull request #1 from kazatca/master
Browse files Browse the repository at this point in the history
fix 16th exercise checking
  • Loading branch information
JoelMarcey committed Nov 15, 2016
2 parents c79b9ae + 81ec349 commit 4782b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/hack_tutorial/tutorial_source.js
Expand Up @@ -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:"<?hh\n\
\n\
// When a type is too long, you can use a type alias.\n\
Expand Down

0 comments on commit 4782b1a

Please sign in to comment.