cognitect / transit-format

A data interchange format.
1.88k stars 36 forks source link

maps_*_char_sym_keys.json examples actually uses keywords and not symbols. #27

Closed delaneyj closed 9 years ago

delaneyj commented 9 years ago

The contents of maps_two_char_sym_keys.json for example is: [["^ ","~:aa",1,"~:bb",2],["^ ","^0",3,"^1",4],["^ ","^0",5,"^1",6]]

When it should be: [["^ ","~$aa",1,"~$bb",2],["^ ","^0",3,"^1",4],["^ ","^0",5,"^1",6]]

Can someone please confirm or rename / add a symbols example.

delaneyj commented 9 years ago

I saw the branch commit, all my tests (matching 1:1 with *.json examples) now work. Thanks for the speedy response!

dchelimsky commented 9 years ago

Great. Merged to master.