diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-14 06:46:46 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-14 06:47:00 +0100 |
commit | b53ab020043985de63e81c04cee7f69ee08c7e18 (patch) | |
tree | d42bd7ae1fe509f4e0f61707cf1060f03365b6c2 /birdie_snapshots | |
parent | e689c185024783c72952ed00283f82b8e585133a (diff) | |
download | lustre-b53ab020043985de63e81c04cee7f69ee08c7e18.tar.gz lustre-b53ab020043985de63e81c04cee7f69ee08c7e18.zip |
:alembic: Update tests to handle correct boolean attribute output.
Diffstat (limited to 'birdie_snapshots')
-rw-r--r-- | birdie_snapshots/can_render_static_html.accepted | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/birdie_snapshots/can_render_static_html.accepted b/birdie_snapshots/can_render_static_html.accepted index 5fe52b6..907c6a5 100644 --- a/birdie_snapshots/can_render_static_html.accepted +++ b/birdie_snapshots/can_render_static_html.accepted @@ -1,5 +1,5 @@ --- -version: 1.0.1 +version: 1.0.4 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 +<html><head><title>Hello, World!</title></head><body><h1>Hello, World!</h1><input disabled><img src="https://source.unsplash.com/random"></body></html>
\ No newline at end of file |