d1conv 2023-11-06
Expand test journal entries and refactor parser content handling
6 files · 394+ · 1,027-

Test data expansion

3 files changed
  • Journal.json Expanded Journal JSON with richer entry data for testing more content types
  • Journal.txt Expanded plain text journal content for comparison testing
  • output.md Updated Markdown output reflecting expanded test input
  • Expanded test journal entries with richer content covering more Day One element types for broader parser coverage qualify internal
    2 files
    • Journal.json
    • Journal.txt

Parser refactoring and cleanup

3 files changed
  • parse.py Refactored content handling logic with improved line processing
  • testmd.json Removed old test JSON fixture (864 lines) superseded by new test structure
  • what.md Removed old test Markdown output
  • Refactored parse.py content handling and removed obsolete test fixtures replaced by the expanded Journal-based test data decouple behavioral
    1 file
    • parse.py