svoid test_allJavascriptFromHTML() {
  assertEqualsVerbose(ll("hello", "yo"),
    allJavascriptFromHTML(hjs("hello") + hjs("yo")));
}