mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-coffee-script/test/test.html

18 lines
253 B
HTML
Raw Normal View History

2012-08-16 23:41:25 -04:00
<head>
<script type="text/coffeescript">
abc = {
def: 42
}
</script>
2017-02-11 08:01:38 -05:00
<script type='text/coffeescript'>
abc = {
def: 42
}
</script>
<script type=text/coffeescript>
abc = {
def: 42
}
</script>
2012-08-16 23:41:25 -04:00
</head>