HummingBirdAnimeClient/tests/AnimeClient/__snapshots__/FormGeneratorTest__testGeneration__1.html
Timothy J Warren 39f23c2c35
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Test FormGenerator
2020-03-12 12:32:32 -04:00

6 lines
272 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<label><input type="radio" name="enabled" value="1"> Yes</label>
<label><input type="radio" name="enabled" value="0" checked> No</label>
</body></html>