thomasborgen / hypermedia

Composable HTML rendering in pure python with FastAPI and HTMX in mind
MIT License
18 stars 0 forks source link

Use single quotes for attriabutes to support hx-vals json data #4

Closed thomasborgen closed 6 months ago

thomasborgen commented 6 months ago

Single quoted attribute values are valid html so we'll just use that.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.03%. Comparing base (eb5e7bb) to head (eb6d69b). Report is 1 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4 +/- ## ========================================== + Coverage 90.82% 91.03% +0.21% ========================================== Files 15 15 Lines 425 424 -1 Branches 22 22 ========================================== Hits 386 386 + Misses 35 34 -1 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.