Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test to ensure we're escaping group labels from Prototype
Quick note: this uses the idiom `div.innerHTML = tmpl` instead of what we've been using in our other tests, which is `div.update(tmpl)` because of some fun stuff that Prototype does when one calls `update`: docs: http://api.prototypejs.org/dom/Element/prototype/update/ Relevant quote for funsies: > If newContent is a string and contains one or more inline <script> > tags, the scripts are scheduled to be evaluated after a very brief pause > (using Function#defer) to allow the browser to finish updating the DOM. Yeah.
- Loading branch information