ChangeLog 706 B

1234567891011121314151617181920212223
  1. 2009-03-06 Marek Habersack <[email protected]>
  2. * JavaScriptSerializerTest.cs: added a test for unquoted tests
  3. surrounded with spaces.
  4. 2008-10-22 Marek Habersack <[email protected]>
  5. * JavaScriptSerializerTest.cs: added tests for deserialization of
  6. objects with more than one unquoted key names.
  7. 2008-09-20 Juraj Skripsky <[email protected]>
  8. * JavaScriptSerializerTest.cs: added test for bug #424704.
  9. 2008-09-20 Marek Habersack <[email protected]>
  10. * JavaScriptSerializerTest.cs: added some tests
  11. 2008-09-19 Marek Habersack <[email protected]>
  12. * JavaScriptSerializerTest.cs: enabled some tests which were
  13. failing with the old (de)serializer, but work with the new one.