Skip to content

Commit c4834c1

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Test fixes
1 parent 659f257 commit c4834c1

File tree

4 files changed

+36
-26
lines changed

4 files changed

+36
-26
lines changed

test/test .cshtml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,31 @@
22

33
<head>
44
<style>
5-
.test {
5+
.internal {
66
color: red;
7-
background-color: blue;
87
}
98
10-
.test2 .test3 {
9+
.internal-test1 .internal-test2 {
1110
color: gray;
1211
}
1312
14-
#test4 {
13+
#internal_id {
14+
color: red;
15+
}
16+
17+
#internal_id-test1 #internal_id-test2 {
1518
color: red;
1619
}
1720
</style>
1821
</head>
1922

2023
<body>
21-
<a href="#" id="external-test" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
22-
<a href="#" id="test4" style="
24+
<a href="#" id="external_id" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
25+
<a href="#" id="internal_id" style="
2326
color: white;
2427
background-color: ghostwhite;" class="
2528
external
26-
test
29+
internal
2730
">TEST</a>
2831
</body>
2932

test/test.blade.php

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,31 @@
22

33
<head>
44
<style>
5-
.test {
5+
.internal {
66
color: red;
7-
background-color: blue;
87
}
98
10-
.test2 .test3 {
9+
.internal-test1 .internal-test2 {
1110
color: gray;
1211
}
1312
14-
#test4 {
13+
#internal_id {
14+
color: red;
15+
}
16+
17+
#internal_id-test1 #internal_id-test2 {
1518
color: red;
1619
}
1720
</style>
1821
</head>
1922

2023
<body>
21-
<a href="#" id="external-test" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
22-
<a href="#" id="test4" style="
24+
<a href="#" id="external_id" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
25+
<a href="#" id="internal_id" style="
2326
color: white;
2427
background-color: ghostwhite;" class="
2528
external
26-
test
29+
internal
2730
">TEST</a>
2831
</body>
2932

test/test.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
.external {
22
color: red;
3-
background-color: blue;
43
}
54

6-
#external-test {
5+
.external-test1 .external-test2 {
76
color: red;
8-
background-color: blue;
97
}
108

11-
#external-test2 {
9+
#external_id {
10+
color: red;
11+
}
12+
13+
#external_id-test1 #external_id-test2 {
1214
color: red;
13-
background-color: blue;
1415
}

test/test.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,31 @@
22

33
<head>
44
<style>
5-
.test {
5+
.internal {
66
color: red;
7-
background-color: blue;
87
}
98

10-
.test2 .test3 {
9+
.internal-test1 .internal-test2 {
1110
color: gray;
1211
}
1312

14-
#test4 {
13+
#internal_id {
14+
color: red;
15+
}
16+
17+
#internal_id-test1 #internal_id-test2 {
1518
color: red;
1619
}
1720
</style>
1821
</head>
1922

2023
<body>
21-
<a href="#" id="external-test" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
22-
<a href="#" id="test4" style="
24+
<a href="#" id="external_id" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
25+
<a href="#" id="internal_id" style="
2326
color: white;
2427
background-color: ghostwhite;" class="
2528
external
26-
test
29+
internal
2730
">TEST</a>
2831
</body>
2932

0 commit comments

Comments
 (0)