Navigation Menu

Skip to content

Commit

Permalink
FBTest for issue 6032 (Completion of primitive includes the wrong sco…
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlindholm committed Oct 31, 2012
1 parent 6aa751b commit 9e32586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/content/console/completion/959/issue959.html
Expand Up @@ -15,6 +15,8 @@
aa2: { value: 1 }
});
obj3 = Object.create({});
Boolean.prototype.hello = function() { alert("Hi!"); };
Boolean.prototype.hello2 = function() { alert("Yo"); };
</script>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions tests/content/console/completion/959/issue959.js
Expand Up @@ -64,6 +64,7 @@ function runTest()
tasks.push(testWithPopup, "obj2.", "aa1", true);
tasks.push(testWithPopup, "obj3.", "", false);
tasks.push(testWithPopup, "obj3.t", "oString", false);
tasks.push(testWithPopup, "false.he", "llo", true);

tasks.push(testHidden, "String.prototype.toLocaleU");
tasks.push(testHidden, "''.toLocaleU");
Expand Down

0 comments on commit 9e32586

Please sign in to comment.