Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
    • Arseny Kapoulkine's avatar
      Change status_end_element_mismatch to point to closing tag name · 1e23402e
      Arseny Kapoulkine authored
      Previously the error offset pointed to the first mismatching character, which
      can be confusing especially if the start tag name is a prefix of the end tag
      name. Instead, move the offset to the first character of the name - that way
      it should be more obvious that the problem is that the entire name mismatches.
      
      Fixes #112.
      1e23402e
    • Arseny Kapoulkine's avatar
      Rewrite archive script into Python · 5ca7e7cf
      Arseny Kapoulkine authored
      Perl version needed Archive::Zip that for some reason is not installed on WSL by
      default. Use this as an opportunity to remove the last Perl script.
      5ca7e7cf
  2. Nov 10, 2016
    • Arseny Kapoulkine's avatar
      tests: Fix MSVC warnings · c5223be4
      Arseny Kapoulkine authored
      c5223be4
    • Arseny Kapoulkine's avatar
      tests: Add a generalized write-roundtrip test · 2d47cde5
      Arseny Kapoulkine authored
      This test tests two important invariants:
      
      - Every combination of write flags has to result in a valid document
      - Parsing that document and saving the result has to result in identical output
      
      We don't test all flags since parse_no_escapes can intentionally result in
      malformed documents and other flags aren't relevant for node output.
      
      Also note that we test both no-whitespace and whitespace version to make sure
      we don't have unnecessary whitespace added during formatting.
      2d47cde5
  3. Nov 09, 2016
  4. Nov 08, 2016
  5. Nov 07, 2016
  6. Nov 06, 2016
  7. Oct 18, 2016
  8. Oct 17, 2016
  9. Oct 12, 2016
  10. Oct 05, 2016
  11. Sep 22, 2016
  12. Sep 21, 2016
  13. Sep 13, 2016
  14. Sep 12, 2016
  15. Aug 08, 2016
  16. Aug 07, 2016
  17. Aug 04, 2016
  18. Jul 28, 2016
  19. Jul 16, 2016
  20. Jul 15, 2016
Loading