File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # PostCSS Parser Tests [ ![ Build Status ] [ ci-img ]] [ ci ]
1+ # PostCSS Parser Tests
22
33<img align="right" width="95" height="95"
44 title="Philosopher’s stone, logo of PostCSS"
@@ -11,6 +11,9 @@ This project contains base tests for every [PostCSS] CSS parser, including:
1111
1212These tests are useful for any CSS parser, not just parsers within the PostCSS ecosystem.
1313
14+ [ PostCSS ] : https://github.com/postcss/postcss
15+
16+
1417## Cases
1518
1619You can iterate through all test cases using the ` cases.each ` method:
@@ -33,6 +36,7 @@ If you create a non-PostCSS parser, just compare if the input CSS is equal to th
3336
3437You can also get the path to some specific test cases using the ` cases.path(name) ` method.
3538
39+
3640## Integration
3741
3842Integration tests are packed into a Gulp task:
@@ -57,7 +61,3 @@ cases.real(css => {
5761 ' http://browserhacks.com/'
5862])
5963```
60-
61- [ PostCSS ] : https://github.com/postcss/postcss
62- [ ci-img ] : https://github.com/postcss/postcss-parser-tests/actions/workflows/test.yml/badge.svg?branch=main
63- [ ci ] : https://github.com/postcss/postcss-parser-tests/actions/workflows/test.yml?query=branch%3Amain+
You can’t perform that action at this time.
0 commit comments