23 Commits

Author SHA1 Message Date
Liam Newman
5362878ef5 Turn on use strict across most of project
Stop sloppy humans from doing sloppy human things.
2018-08-22 16:51:25 -07:00
Liam Newman
ab4d2f02e4 Improve test output for failures 2018-08-11 15:53:03 -07:00
Liam Newman
77d1460e5f Improved reporting 2018-08-11 15:32:58 -07:00
L. D. MacKrell
91ffb9babd Update copyright dates 2018-07-09 10:42:23 -07:00
Liam Newman
325d9371be Switch to 2 space indents 2018-07-06 15:54:51 -07:00
Liam Newman
481f4d3032 Rewrote test line generation 2017-02-19 15:58:53 -08:00
Liam Newman
f6409ccb7e Added Liam Newman to the copyright 2016-12-18 08:45:17 -08:00
Liam Newman
852919d224 Add more jshint options 2016-02-04 12:09:51 -08:00
Liam Newman
aeaa642c9a Beautify and jshint initial run on project files
Fixes #336
2016-02-04 10:55:37 -08:00
Liam Newman
9680b5f1e6 Setup beautify and jshint to run on project files 2016-02-04 10:51:31 -08:00
Liam Newman
98411a49a4 Add appveyor config 2016-01-15 22:07:10 -08:00
Liam Newman
185e991ba7 Move generated test files into generated folders 2016-01-15 22:07:10 -08:00
Liam Newman
047f8e4a0e Add auto-generated header 2016-01-15 22:07:10 -08:00
Liam Newman
ef6657bece Reorganize test generation files 2016-01-15 22:07:10 -08:00
Liam Newman
5d9e49e590 Allow whitespace in attribute assignment in e4x (reactJS)
Also migrated e4x tests to data generated, and added a few more tests

Fixes #646
2015-03-12 16:29:13 -07:00
Liam Newman
c5813e054f Support handlebar testing in the generated tests
This also removes some previous hacks around content testing for handlebars.
2015-03-11 16:44:13 -07:00
Liam Newman
765a1f9b0c Update test generator
Highlights unchanged input-output tests
Fragment as flag instead of test input field
2015-03-08 13:16:17 -07:00
Liam Newman
f980a6f5f4 More test conversion, minor generation fixes 2014-10-17 12:38:27 -07:00
Liam Newman
1c34779073 Add ability to generate comments
Moves the formatters into the generator file.  Not ideal factoring, but attempting not to repeat myself.
2014-10-16 10:39:32 -07:00
Liam Newman
283b1c4459 Create html beautifier tests generator
Related to #216
2014-10-13 13:01:36 -07:00
Liam Newman
d40e024a96 Add css test generation
Related to #216
2014-10-09 12:39:54 -07:00
Liam Newman
7985e7d45d Move test data and template files 2014-10-08 18:23:59 -07:00
Liam Newman
d437430bc6 Begin generating tests from data file
The conversion is far from complete.  But this gets the first layer of framework in place.

Relates to #216
2014-10-08 15:00:06 -07:00