Skip to content

Commit fde77cd

Browse files
author
Nate Nasteff
committed
added more test cases
1 parent ab2adf8 commit fde77cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ html {
1111
/* Adding some comments */
1212

1313
html {
14-
padding: 0;
14+
padding: 0;
1515
margin: 0;
16+
/* Adding some comments */
1617
width: 100%;
1718
height: 100%;
1819
}
1920

2021
a {
2122
padding: 0;
22-
23+
/* Adding some comments */
2324
content: '/* Test */';
2425
}

0 commit comments

Comments
 (0)