Make sure the test fails
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
var code = multiline([
|
||||
"(function() {",
|
||||
" var bar = 'lol';",
|
||||
" function foo(b){",
|
||||
' b === "lol";',
|
||||
" b === bar;",
|
||||
" foo(b);",
|
||||
" }",
|
||||
"})();",
|
||||
|
||||
Reference in New Issue
Block a user