Skip to content

Commit c9f0ebf

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Testing
1 parent 8c54162 commit c9f0ebf

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

test/test .cshtml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.test2 .test3 {
1111
color: gray;
1212
}
13-
13+
1414
#test4 {
1515
color: red;
1616
}
@@ -19,12 +19,9 @@
1919

2020
<body>
2121
<a href="#" id="external-test" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
22-
<a href="#"
23-
id="test4"
24-
style="
22+
<a href="#" id="test4" style="
2523
color: white;
26-
background-color: ghostwhite;"
27-
class="
24+
background-color: ghostwhite;" class="
2825
external
2926
test
3027
">TEST</a>

test/test.blade.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.test2 .test3 {
1111
color: gray;
1212
}
13-
13+
1414
#test4 {
1515
color: red;
1616
}
@@ -19,12 +19,9 @@
1919

2020
<body>
2121
<a href="#" id="external-test" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
22-
<a href="#"
23-
id="test4"
24-
style="
22+
<a href="#" id="test4" style="
2523
color: white;
26-
background-color: ghostwhite;"
27-
class="
24+
background-color: ghostwhite;" class="
2825
external
2926
test
3027
">TEST</a>

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
color: red;
33
background-color: blue;
44
}
5-
5+
66
#external-test {
77
color: red;
88
background-color: blue;

test/test.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.test2 .test3 {
1111
color: gray;
1212
}
13-
13+
1414
#test4 {
1515
color: red;
1616
}
@@ -19,12 +19,9 @@
1919

2020
<body>
2121
<a href="#" id="external-test" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
22-
<a href="#"
23-
id="test4"
24-
style="
22+
<a href="#" id="test4" style="
2523
color: white;
26-
background-color: ghostwhite;"
27-
class="
24+
background-color: ghostwhite;" class="
2825
external
2926
test
3027
">TEST</a>

0 commit comments

Comments
 (0)