mirror of
https://github.com/marko-js/marko.git
synced 2026-01-25 15:03:04 +00:00
* update await tests to use promises, move old tests to fixtures-await-callback * combine render test fixtures and fixtures-async * remove unused vdom expecatations for deprecated async tests
6 lines
230 B
HTML
6 lines
230 B
HTML
<html><head><title>Inline Script</title></head><body>Hello name! <script type="text/javascript">
|
|
<div if(foo)></div>
|
|
$(function() {
|
|
alert('World');
|
|
})
|
|
</script><!--FLUSH--></body></html> |