Skip to content

Commit 5feea73

Browse files
author
harrisch
committed
Adds a test
1 parent 89c721b commit 5feea73

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

test/test.njk

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<html>
2+
3+
<head>
4+
<style>
5+
.internal {
6+
color: red;
7+
}
8+
9+
.internal-test1 .internal-test2 {
10+
color: red;
11+
}
12+
13+
#internal_id {
14+
color: red;
15+
}
16+
17+
#internal_id-test1 #internal_id-test2 {
18+
color: red;
19+
}
20+
</style>
21+
</head>
22+
23+
<body>
24+
<a href="#" id="external_id" style="color: white;" class="external-test1">TEST</a>
25+
<a href="#" id="internal_id" style="
26+
color: white;
27+
background-color: red;" class="
28+
external container
29+
internal
30+
">TEST</a>
31+
</body>
32+
33+
</html>

0 commit comments

Comments
 (0)