elm-pages-v3-beta/examples/escaping
2021-10-07 11:53:25 -07:00
..
dist/escaping Update package version. 2021-08-27 11:41:30 -07:00
public Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
src Comment out lazy example for now. 2021-10-07 11:53:25 -07:00
.gitignore Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm-application.json Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm-tooling.json Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm.json Port over HTML to string helpers from elm-explorations/test. TODO - still need to port the escaping fixes I did to the elm-explorations/test implementation. 2021-10-07 11:34:08 -07:00
package-lock.json Update escaping test. 2021-08-17 18:38:26 -07:00
package.json Only run diff on dist output. 2021-08-03 13:25:22 -07:00
README.md Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
unsafe-script-tag.txt Add test case for <script></script> JSON escaping and only run it within the pre-rendered HTML. 2021-08-25 10:55:45 -07:00

Escaping

This example is for testing the html-to-string functionality, which is vendored from https://github.com/ThinkAlexandria/elm-html-in-elm.