initial commit
This commit is contained in:
3
node_modules/preprocess/test/fixtures/extend/extend.coffee
generated
vendored
Normal file
3
node_modules/preprocess/test/fixtures/extend/extend.coffee
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
a
|
||||
# @extendable
|
||||
b
|
||||
1
node_modules/preprocess/test/fixtures/extend/extend.html
generated
vendored
Normal file
1
node_modules/preprocess/test/fixtures/extend/extend.html
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
a<!-- @extendable -->b
|
||||
1
node_modules/preprocess/test/fixtures/extend/extend.js
generated
vendored
Normal file
1
node_modules/preprocess/test/fixtures/extend/extend.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
a/* @extendable */b
|
||||
1
node_modules/preprocess/test/fixtures/extend/extendadv.html
generated
vendored
Normal file
1
node_modules/preprocess/test/fixtures/extend/extendadv.html
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
a
|
||||
2
node_modules/preprocess/test/fixtures/include/include.block.js
generated
vendored
Normal file
2
node_modules/preprocess/test/fixtures/include/include.block.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
!foobar!/* @exec hello('js') */
|
||||
/* @include static.txt */
|
||||
3
node_modules/preprocess/test/fixtures/include/include.coffee
generated
vendored
Normal file
3
node_modules/preprocess/test/fixtures/include/include.coffee
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
!foobar!
|
||||
# @exec hello('coffee')
|
||||
# @include static.txt
|
||||
1
node_modules/preprocess/test/fixtures/include/include.html
generated
vendored
Normal file
1
node_modules/preprocess/test/fixtures/include/include.html
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!foobar!<!-- @exec hello('html') --><!-- @include static.txt -->
|
||||
3
node_modules/preprocess/test/fixtures/include/include.js
generated
vendored
Normal file
3
node_modules/preprocess/test/fixtures/include/include.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
!foobar!
|
||||
// @exec hello('js')
|
||||
// @include static.txt
|
||||
3
node_modules/preprocess/test/fixtures/include/include.txt
generated
vendored
Normal file
3
node_modules/preprocess/test/fixtures/include/include.txt
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
!foobar!
|
||||
@exec hello('simple')
|
||||
@include static.txt
|
||||
1
node_modules/preprocess/test/fixtures/include/includenewline.txt
generated
vendored
Normal file
1
node_modules/preprocess/test/fixtures/include/includenewline.txt
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!foobar!
|
||||
1
node_modules/preprocess/test/fixtures/include/static.txt
generated
vendored
Normal file
1
node_modules/preprocess/test/fixtures/include/static.txt
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!bazqux!
|
||||
1
node_modules/preprocess/test/fixtures/processFile/processFileTest.html
generated
vendored
Normal file
1
node_modules/preprocess/test/fixtures/processFile/processFileTest.html
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
a<!-- @echo TEST -->b
|
||||
3
node_modules/preprocess/test/fixtures/processFile/processFileTestInclude.html
generated
vendored
Normal file
3
node_modules/preprocess/test/fixtures/processFile/processFileTestInclude.html
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
a
|
||||
<!-- @include processFileTest.html -->
|
||||
b
|
||||
Reference in New Issue
Block a user