JavaScript: Consolidate tutorial tests.

This commit is contained in:
Max Schaefer
2019-03-04 09:19:31 +00:00
parent 5a242d4849
commit 256f3b013b
60 changed files with 232 additions and 156 deletions

View File

@@ -0,0 +1,5 @@
import javascript
query predicate test_query5(FunctionExpr fe, string res) {
fe.getBody() instanceof Expr and res = "Use arrow expressions instead of expression closures."
}