more test inputs
This commit is contained in:
10
test/example.csml
Normal file
10
test/example.csml
Normal file
@ -0,0 +1,10 @@
|
||||
html {
|
||||
title (id: t) {title}
|
||||
hr;
|
||||
div {
|
||||
lorem ipsum
|
||||
}
|
||||
script {{
|
||||
console.log("heyo");
|
||||
}}
|
||||
}
|
10
test/example.html
Normal file
10
test/example.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<title id='t'>title</title>
|
||||
<hr/>
|
||||
<div>
|
||||
lorem ipsum
|
||||
</div>
|
||||
<script>
|
||||
console.log("heyo");
|
||||
</script>
|
||||
</html>
|
3
test/parent.csml
Normal file
3
test/parent.csml
Normal file
@ -0,0 +1,3 @@
|
||||
div {
|
||||
this \(file\) is a test\;
|
||||
}
|
3
test/parent.html
Normal file
3
test/parent.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div>
|
||||
this (file) is a test;
|
||||
</div>
|
Reference in New Issue
Block a user