mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
* Fix warning about differing Node binaries * Fix npm WARNings on test * Fix chai deprecation notice * Fix jsdom <script> parse errors * Fix jsdom Not Implemented errors
6 lines
218 B
HTML
6 lines
218 B
HTML
<html><head><title>Inline Script</title></head><body>Hello name! <script type="n/a">
|
|
<div if(foo)></div>
|
|
$(function() {
|
|
alert('World');
|
|
})
|
|
</script><!--FLUSH--></body></html> |