Skip to content

Commit 37cab88

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Testing
1 parent c4834c1 commit 37cab88

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

test/test .cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
99
.internal-test1 .internal-test2 {
10-
color: gray;
10+
color: red;
1111
}
1212
1313
#internal_id {
@@ -21,10 +21,10 @@
2121
</head>
2222

2323
<body>
24-
<a href="#" id="external_id" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
24+
<a href="#" id="external_id" style="color: white;" class="external">TEST</a>
2525
<a href="#" id="internal_id" style="
2626
color: white;
27-
background-color: ghostwhite;" class="
27+
background-color: red;" class="
2828
external
2929
internal
3030
">TEST</a>

test/test.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
99
.internal-test1 .internal-test2 {
10-
color: gray;
10+
color: red;
1111
}
1212
1313
#internal_id {
@@ -21,10 +21,10 @@
2121
</head>
2222

2323
<body>
24-
<a href="#" id="external_id" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
24+
<a href="#" id="external_id" style="color: white;" class="external">TEST</a>
2525
<a href="#" id="internal_id" style="
2626
color: white;
27-
background-color: ghostwhite;" class="
27+
background-color: red;" class="
2828
external
2929
internal
3030
">TEST</a>

test/test.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.internal-test1 .internal-test2 {
10-
color: gray;
10+
color: red;
1111
}
1212

1313
#internal_id {
@@ -21,10 +21,10 @@
2121
</head>
2222

2323
<body>
24-
<a href="#" id="external_id" style="color: white; background-color: ghostwhite;" class="external">TEST</a>
24+
<a href="#" id="external_id" style="color: white;" class="external">TEST</a>
2525
<a href="#" id="internal_id" style="
2626
color: white;
27-
background-color: ghostwhite;" class="
27+
background-color: red;" class="
2828
external
2929
internal
3030
">TEST</a>

0 commit comments

Comments
 (0)