Skip to content

Commit f30a827

Browse files
committed
Merge pull request #123 from nchase/patch-1
Add testing info to README.md
2 parents 696a459 + 49b754e commit f30a827

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -317,3 +317,8 @@ a:hover, foo ... bar {
317317
* **@ Rules** - there are certain @ rules that are only valid in certain contexts. The parser will skip over `@charset`, `@namespace`, and `@import` if they're found anywhere other than the beginning of the input.
318318

319319
* **Unknown @ Rules** - any @ rules that isn't recognized is automatically skipped, meaning the entire block after it is not parsed.
320+
321+
Running Tests
322+
-------------
323+
324+
With the Apache Ant build tool installed, you can run the tests via `ant test` from the repository's root.

0 commit comments

Comments
 (0)