alisdair sullivan
|
04f9fedeeb
|
add test to ensure incremental decoding works
|
2013-02-25 20:23:31 -08:00 |
|
alisdair sullivan
|
7f94b452fa
|
update comments to make control code handling slightly more clear
|
2013-02-25 17:37:49 -08:00 |
|
alisdair sullivan
|
01a2f06a91
|
vastly simplify string decoding, still needs tests for incompletes/errors
|
2013-02-25 17:24:06 -08:00 |
|
alisdair sullivan
|
a57435aad3
|
add additional string tests to jsx_utils
|
2013-02-24 20:20:25 -08:00 |
|
alisdair sullivan
|
71767e4d28
|
add test for bom in decoder
|
2013-02-24 20:10:48 -08:00 |
|
alisdair sullivan
|
2e5bb4fd3b
|
merge new_tests branch
|
2013-02-24 03:07:57 -08:00 |
|
alisdair sullivan
|
35020643e7
|
revert encoder to prior version
|
2013-02-24 02:57:35 -08:00 |
|
alisdair sullivan
|
3a383b6cb0
|
revert parser to former version
|
2013-02-24 02:46:11 -08:00 |
|
alisdair sullivan
|
ef566d8cd3
|
remove cases from clean_string
|
2013-02-24 02:42:29 -08:00 |
|
alisdair sullivan
|
82b7044d42
|
unescape tests for decoder
|
2013-02-24 02:28:33 -08:00 |
|
alisdair sullivan
|
fd9856341f
|
bad utf tests for decoder
|
2013-02-24 02:14:47 -08:00 |
|
alisdair sullivan
|
57e10dfca6
|
additional decoder tests
|
2013-02-24 01:59:54 -08:00 |
|
alisdair sullivan
|
00b593c6ea
|
add escape tests to decoder
|
2013-02-24 01:50:17 -08:00 |
|
alisdair sullivan
|
7b31bef0f6
|
more comprehensive string checking
|
2013-02-24 01:32:17 -08:00 |
|
alisdair sullivan
|
5d40e559c9
|
import old string parsing and fix parsing of single quoted strings
|
2013-02-24 01:07:16 -08:00 |
|
alisdair sullivan
|
257d7ee387
|
make tests more consistent in decoder
|
2013-02-24 00:54:16 -08:00 |
|
alisdair sullivan
|
6c51597f65
|
slightly generalize decoder for tests
|
2013-02-23 22:49:46 -08:00 |
|
alisdair sullivan
|
230be8ebc2
|
import better tests
|
2013-02-23 22:36:35 -08:00 |
|
alisdair sullivan
|
74a688c827
|
reformat clean_string tests
|
2013-02-23 22:21:35 -08:00 |
|
alisdair sullivan
|
9244845c37
|
fix order of comments test
|
2013-02-21 00:13:07 -08:00 |
|
alisdair sullivan
|
6b6f713f96
|
add some tests for single quoted strings
|
2013-02-21 00:05:12 -08:00 |
|
alisdair sullivan
|
488132aecb
|
basic strings now FAST in decoder, escapes and bad utf nyi
|
2013-02-20 23:57:06 -08:00 |
|
alisdair sullivan
|
de76cf48a7
|
streamline string parsing implementation in encoders
|
2013-02-20 21:29:12 -08:00 |
|
alisdair sullivan
|
ceb7ce6586
|
shiny and new string cleaning for encoder and parser
|
2013-02-19 22:51:54 -08:00 |
|
alisdair sullivan
|
fbd90e4df7
|
tighten input/output of maybe_escape
|
2013-02-19 15:09:28 -08:00 |
|
alisdair sullivan
|
ff170d5f4e
|
add maybe_escape/2 function for future use
|
2013-02-19 01:00:35 -08:00 |
|
alisdair sullivan
|
0392be060d
|
add tests for strings that need unescaping in decoding
|
2013-02-19 00:26:53 -08:00 |
|
alisdair sullivan
|
4d60fa2a08
|
add special number tests for floats and integers that have different representation in erlang and json
|
2013-02-13 21:54:09 -08:00 |
|
alisdair sullivan
|
cea0cb55c7
|
add compound object test
|
2013-02-13 21:45:56 -08:00 |
|
alisdair sullivan
|
9e01e3a704
|
reduce test cases to saner set
|
2013-02-13 19:13:50 -08:00 |
|
alisdair sullivan
|
5c96222cbf
|
add additional comment tests
|
2013-02-12 12:06:45 -08:00 |
|
alisdair sullivan
|
ff6a83598b
|
replace all incidences of opts with config
|
2013-02-12 11:54:42 -08:00 |
|
alisdair sullivan
|
2f47fdd642
|
simplify exportation of tests, add strings to test suite
|
2013-02-11 19:06:44 -08:00 |
|
alisdair sullivan
|
eaf19cde9c
|
extend tests to decoder, encoder and parser
|
2013-02-11 18:22:45 -08:00 |
|
alisdair sullivan
|
7f3cb6e496
|
tweak objectify and listify test generators
|
2013-02-11 17:30:29 -08:00 |
|
alisdair sullivan
|
4a3f2a3fa4
|
add test for objectify generator
|
2013-02-11 16:36:46 -08:00 |
|
alisdair sullivan
|
e6380bc3a3
|
break special decodeable forms out to own test data
|
2013-02-10 19:39:42 -08:00 |
|
alisdair sullivan
|
086803cc95
|
fix listify and add objectify
|
2013-02-09 16:57:47 -08:00 |
|
alisdair sullivan
|
eaae88f072
|
add additional exp tests to float
|
2013-02-09 16:32:17 -08:00 |
|
alisdair sullivan
|
a883db30ce
|
add exp to floats
|
2013-02-09 15:58:53 -08:00 |
|
alisdair sullivan
|
a584c74fbc
|
add formatting tests to jsx_to_json
|
2013-02-09 15:50:52 -08:00 |
|
alisdair sullivan
|
2ebffe0616
|
add floats to tests
|
2013-02-09 15:49:56 -08:00 |
|
alisdair sullivan
|
d9e0611a52
|
remove stray tabs
|
2013-02-09 09:44:45 -08:00 |
|
alisdair sullivan
|
bef362ac0e
|
include literals in compound list test
|
2013-02-08 21:44:15 -08:00 |
|
alisdair sullivan
|
d6a7d85cbb
|
listify method to compose tests into flat array
|
2013-02-08 11:08:58 -08:00 |
|
alisdair sullivan
|
18f36ddb0a
|
more test data generators
|
2013-02-08 10:43:52 -08:00 |
|
alisdair sullivan
|
7855fef0f3
|
consistent test data naming
|
2013-02-07 20:03:12 -08:00 |
|
alisdair sullivan
|
d0535dfe1c
|
tweak test representation to remove 'end_json' from tests and insert in handlers to aid composability
|
2013-02-07 13:30:48 -08:00 |
|
alisdair sullivan
|
6ca54ae3d7
|
pad out test tests
|
2013-02-07 06:44:36 -08:00 |
|
alisdair sullivan
|
ba42f75780
|
first tentative steps towards more comprehensive and flexible test suite
|
2013-02-06 22:28:26 -08:00 |
|