1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-24 00:48:36 +00:00
pup/tests
ericchiang d0ff822037 pup redone
Added:
* psuedo classes
   :empty
   :[first/last/only]-child
   :[first/last/only]-of-type
   :contains("text")
   :nth[-last]-child(n|odd|even|3n+1|n+2)
   :nth[-last]-of-type(n|odd|even|3n+2|n+2)
* json{} attr keys moved up a level
* quote enclosed attr selectors
* '+' and '>' intermediate selectors
2014-11-09 22:01:20 -05:00
..
cmds.txt pup redone 2014-11-09 22:01:20 -05:00
expected_output.txt pup redone 2014-11-09 22:01:20 -05:00
index.html pup redone 2014-11-09 22:01:20 -05:00
README.md pup redone 2014-11-09 22:01:20 -05:00
run.py pup redone 2014-11-09 22:01:20 -05:00
test pup redone 2014-11-09 22:01:20 -05:00

Tests

A simple set of tests to help maintain sanity.

These tests don't actually test functionality