jquery.tablesorter: testcases for the parsers
authorDerk-Jan Hartman <hartman.wiki@gmail.com>
Fri, 30 Jan 2015 20:21:48 +0000 (12:21 -0800)
committerDerk-Jan Hartman <hartman.wiki@gmail.com>
Fri, 30 Jan 2015 20:21:48 +0000 (12:21 -0800)
commite071ae7216b77de24e124100f580b8847e7a4e68
treecb317d260ec1ee2b6dcb78d3060d91809937b34b
parentb2e1b70e15958f6dc838d39077a91bc604680c39
jquery.tablesorter: testcases for the parsers

The sorting is dependent on how the values in the cells are recognized
and translated into sortkeys. We have a limited set of testcases on
full tables, but I wanted to get a better grip on what these parsers
are capable of and of their correctness on their output data.

Currently all tests are succeeding and documenting current behavior,
some of which might arguably be incorrect.

Change-Id: I2dc551c5905431e7d4e6d4373144092449bdcd4d
resources/src/jquery/jquery.tablesorter.js
tests/qunit/QUnitTestResources.php
tests/qunit/suites/resources/jquery/jquery.tablesorter.parsers.test.js [new file with mode: 0644]