summaryrefslogtreecommitdiff
path: root/tests/resources/userdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the javascript diff driver's function pattern.Arthur Schreiber2014-10-091-3/+3
|
* New test files for the javascript diff driver.Arthur Schreiber2014-10-0914-351/+325
|
* Add PHP tests and fix bug in PHP builtin driverRussell Belfer2014-01-2713-3/+204
|
* Update Javascript userdiff driver and testsRussell Belfer2014-01-2723-5/+410
| | | | | | | | | Writing a sample Javascript driver pointed out some extra whitespace handling that needed to be done in the diff driver. This adds some tests with some sample javascript code that I pulled off of GitHub just to see what would happen. Also, to clean up the userdiff test data, I did a "git gc" and packed up the test objects.
* Move userdiff tests to be data drivenRussell Belfer2014-01-2421-0/+189
This moves the expected and actual test data along with the source data for the userdiff tests into the tests/resources/userdiff test repo and updates the test to use that.