Skip to content

Commit 2ea2cb3

Browse files
committed
Squiz/CSS/ShorthandSize: move parse error test to its own file
1 parent bd6957b commit 2ea2cb3

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.1.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,3 @@
3939
2px /* phpcs:disable Standard.Category.SniffName -- for reasons */
4040
4px;
4141
}
42-
43-
/* Intentional parse error. Live coding resilience. This has to be the last test in the file. */
44-
#live-coding {
45-
margin: 8px 8px 8px 8px

src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.1.css.fixed

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,3 @@
3535
2px /* phpcs:disable Standard.Category.SniffName -- for reasons */
3636
4px;
3737
}
38-
39-
/* Intentional parse error. Live coding resilience. This has to be the last test in the file. */
40-
#live-coding {
41-
margin: 8px 8px 8px 8px
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Intentional parse error. Live coding resilience. */
2+
#live-coding {
3+
margin: 8px 8px 8px 8px

0 commit comments

Comments
 (0)