Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | massssssssive merge of the new codebase | Ryan Huber | 2017-04-12 | 1 | -9/+16 |
| | |||||
* | Leverage pytest.parametrize for test_unfurl | Matt Robenolt | 2016-11-07 | 1 | -26/+27 |
| | | | | | This provides nicer granular test cases rather than one whole test that fails. | ||||
* | Test string with multiple unfurl | calve | 2016-01-04 | 1 | -0/+3 |
| | |||||
* | unicode fixes, change variable names, better tests | Ryan Huber | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | Handle unfurling of things with no alt text correctly as well | Tollef Fog Heen | 2015-08-29 | 1 | -0/+3 |
| | |||||
* | Whitespace fixups | Tollef Fog Heen | 2015-08-29 | 1 | -2/+0 |
| | |||||
* | Refactor unfurl_refs | Tollef Fog Heen | 2015-08-29 | 1 | -0/+3 |
| | | | | | Instead of blindly splitting on spaces, use something approximating a parser for parsing refs. Also add another test case. | ||||
* | Add unit test for unfurl_refs and correct logic | Tollef Fog Heen | 2015-08-29 | 1 | -0/+38 |
The logic for showing/ignoring alt refs was wrong. Fix that, and to prevent this from showing up again, add a unit test. |