Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_jslex.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-12/+20
|
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
|
* Fixed remaining test failure in jslex tests.Florian Apolloner2014-10-151-2/+2
|
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-1/+2
| | | | This ensure that ''.join(c) in jslex.py always returns text.
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
|
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of ↵chriscauley2014-04-171-8/+8
| | | | | | docs and tests. Thanks tomwys for the suggestion.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+3
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+216