mirror of
https://github.com/amix/vimrc
synced 2025-07-09 02:25:00 +08:00
lets try again...
This commit is contained in:
12
sources_non_forked/vim-coffee-script/test/test-eco.html.eco
Normal file
12
sources_non_forked/vim-coffee-script/test/test-eco.html.eco
Normal file
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<%# comment %>
|
||||
|
||||
<%# basic %>
|
||||
<%- foo = "1" %>
|
||||
|
||||
<%# interpolation %>
|
||||
<%= " == #{ ( -> "LOL" )() } == " %>
|
||||
|
||||
<%# interpolation with nested curlies %>
|
||||
<%= " == #{ { a: 1, b: { c: 3, d: 4 } } } == " %>
|
||||
</html>
|
Reference in New Issue
Block a user