mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
52fb1a9565
It turns out that ActionPack depends on the decoder to parse JSON "fragments" (e.g. '"a string"', '1', 'null', etc), so we need to enable quirks mode on JSON.parse. Also added coverage on the decoder side to prevent regression. |
||
---|---|---|
.. | ||
decoding_test.rb | ||
encoding_test.rb |