diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-23 07:11:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-23 07:11:35 -0700 |
commit | be6d19b9cdde9184d60bce828d002458d00c54ab (patch) | |
tree | b384b4556189492244e42124b65dcec8a1ff9358 /Makefile | |
parent | 4b48c3ac0e4ce72fcc24c6baf14d55afc3157e3d (diff) | |
download | txr-be6d19b9cdde9184d60bce828d002458d00c54ab.tar.gz txr-be6d19b9cdde9184d60bce828d002458d00c54ab.tar.bz2 txr-be6d19b9cdde9184d60bce828d002458d00c54ab.zip |
* Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test.
* tests/009/json.expected: Updated.
* tests/009/json.txr: Updated source. Translates to a more native
representation with vectors and hash tables. Numbers go to
floating point instead of remaining as strings.
* tests/009/pass1.json: New file: a test case from json.org.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ tests/008/tokenize.ok: TXR_ARGS := $(top_srcdir)/tests/008/data tests/008/configfile.ok: TXR_ARGS := $(top_srcdir)/tests/008/configfile tests/008/students.ok: TXR_ARGS := $(top_srcdir)/tests/008/students.xml tests/008/soundex.ok: TXR_ARGS := soundex sowndex lloyd lee jackson robert -tests/009/json.ok: TXR_ARGS := $(top_srcdir)/tests/009/webapp.json +tests/009/json.ok: TXR_ARGS = $(addprefix $(top_srcdir)/tests/009/,webapp.json pass1.json) tests/009/json.ok: TXR_OPTS := -l tests/010/align-columns.ok: TXR_ARGS := $(top_srcdir)/tests/010/align-columns.dat |