new changes passes the tests
This commit is contained in:
13
src/tests/sample_data/pug-lexer/cases/html.pug
Normal file
13
src/tests/sample_data/pug-lexer/cases/html.pug
Normal file
@@ -0,0 +1,13 @@
|
||||
- var version = 1449104952939
|
||||
|
||||
<ul>
|
||||
<li>foo</li>
|
||||
<li>bar</li>
|
||||
<li>baz</li>
|
||||
</ul>
|
||||
|
||||
<!--build:js /js/app.min.js?v=#{version}-->
|
||||
<!--endbuild-->
|
||||
|
||||
p You can <em>embed</em> html as well.
|
||||
p: <strong>Even</strong> as the body of a block expansion.
|
||||
Reference in New Issue
Block a user