diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:19:31 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:19:31 +0000 |
commit | afb57d6dbdeb1628d420411a41fdbbd479b6732f (patch) | |
tree | 7d057f44d5c9d5ffe6376542e102446cc4760fa8 /birdie_snapshots/can_render_static_html.accepted | |
parent | 5510116297d5da07269b776a0e30766e221569bd (diff) | |
download | lustre-afb57d6dbdeb1628d420411a41fdbbd479b6732f.tar.gz lustre-afb57d6dbdeb1628d420411a41fdbbd479b6732f.zip |
:alembic: Set up some basic snapshot tests.
Diffstat (limited to 'birdie_snapshots/can_render_static_html.accepted')
-rw-r--r-- | birdie_snapshots/can_render_static_html.accepted | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/birdie_snapshots/can_render_static_html.accepted b/birdie_snapshots/can_render_static_html.accepted new file mode 100644 index 0000000..5fe52b6 --- /dev/null +++ b/birdie_snapshots/can_render_static_html.accepted @@ -0,0 +1,5 @@ +--- +version: 1.0.1 +title: Can render static HTML +--- +<html><head><title>Hello, World!</title></head><body><h1>Hello, World!</h1><img src="https://source.unsplash.com/random"></body></html>
\ No newline at end of file |