about summary refs log tree commit diff stats
path: root/test
Commit message (Collapse)AuthorAgeLines
* Un-focus expectationAlan Pearce2014-10-19-1/+1
|
* Allow base-url to be overridden by parse argumentAlan Pearce2014-10-19-0/+6
|
* Fix multi-parsing issueAlan Pearce2014-10-19-0/+12
| | | | Breaks base-url handling, but I'll have to do that better anyway
* Whitespace cleanupAlan Pearce2014-10-12-23/+23
|
* Parse multi-type properties on same elementAlan Pearce2014-10-12-0/+9
|
* Make trace available in testsAlan Pearce2014-10-12-0/+4
| | | | Really useful with expect-focused to understand what's going wrong
* Fix minor typo in testAlan Pearce2014-10-11-1/+1
|
* Use tree-walking for property parsingAlan Pearce2014-10-11-16/+0
|
* Fix whitespace collapsing with multiple elementsAlan Pearce2014-10-11-0/+3
|
* Parse values from value-title class elementsAlan Pearce2014-10-10-0/+3
|
* Normalise parsed URLsAlan Pearce2014-10-10-0/+25
|
* Use zippers all the way downAlan Pearce2014-10-10-19/+23
| | | | | Includes an ugly "workaround" for interface differences in enlive between select and zip-select
* Add function to normalise a URLAlan Pearce2014-10-10-0/+6
|
* Add helper function to get base URLAlan Pearce2014-10-10-0/+3
|
* Use lists instead of vectorsAlan Pearce2014-09-28-51/+56
| | | | Allows for some simplification.
* Fix error parsing dt value from unexpected elementAlan Pearce2014-09-28-0/+3
|
* Parse properties for child microformatsAlan Pearce2014-09-28-0/+11
|
* Fix parse failure with spaces preceding HTMLAlan Pearce2014-09-28-0/+3
|
* select-h: use zippers for easier recursionAlan Pearce2014-09-28-14/+15
| | | | That was far too easy.
* Only select the first level of h- elementsAlan Pearce2014-09-27-0/+21
|
* Add test for multiple microformats per elementAlan Pearce2014-09-25-0/+5
|
* Ignore <br> and <hr>, even if they have mf classesAlan Pearce2014-09-24-0/+10
| | | | This isn't actually in the spec, but microformats-tests expects it.
* Parse multiple types of properties on a single elementAlan Pearce2014-09-24-0/+4
|
* Concatenate multiple properties with the same nameAlan Pearce2014-09-24-0/+9
|
* Parse child implied URLsAlan Pearce2014-09-24-0/+4
|
* Parse implied photo propertiesAlan Pearce2014-09-24-0/+17
|
* Add full support for implied namesAlan Pearce2014-09-23-0/+16
|
* Add basic img property inferringAlan Pearce2014-09-23-0/+3
|
* Add basic implied URL parsingAlan Pearce2014-09-23-0/+3
|
* Test + implement multi-child property parsingAlan Pearce2014-09-22-0/+19
|
* Trim extra spaces from HTML contentAlan Pearce2014-09-22-0/+8
|
* Trim strings when retrieving property valuesAlan Pearce2014-09-22-0/+3
|
* Output lists of values according to specAlan Pearce2014-09-22-31/+31
|
* Add initial implied property parsingAlan Pearce2014-09-21-0/+3
|
* Parse mf names into type arrayAlan Pearce2014-09-21-1/+1
|
* Fix HTML typo in testsAlan Pearce2014-09-21-1/+1
|
* Extract helper method from testsAlan Pearce2014-09-20-29/+33
|
* Implement some basic value-class parsingAlan Pearce2014-09-15-0/+6
|
* Add basic example testAlan Pearce2014-09-15-0/+3
|
* Parse an empty document correctlyAlan Pearce2014-09-15-0/+3
|
* Switch to expectations test libraryAlan Pearce2014-09-15-132/+101
|
* Add support for parsing rel attributesAlan Pearce2014-09-13-0/+9
|
* Add e-* parsingAlan Pearce2014-09-13-0/+12
|
* Add tests for classes-to-propsAlan Pearce2014-09-13-0/+9
|
* Add basic support for dt-* parsingAlan Pearce2014-09-13-0/+30
|
* Fallback to text content if attributes are not foundAlan Pearce2014-09-13-2/+14
|
* Test smaller units of codeAlan Pearce2014-09-13-31/+32
|
* Add u-* parsing capabilityAlan Pearce2014-09-13-0/+21
|
* Re-format trailing parenthesesAlan Pearce2014-09-12-6/+3
|
* Add support for parsing empty br/hr tagsAlan Pearce2014-09-12-0/+10
|