HummingBirdAnimeClient/tests/AnimeClient/__snapshots__/FormGeneratorTest__testGeneration__19.html
Timothy J Warren c60b821bca
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
More test coverage of FormGenerator
2020-03-12 12:47:02 -04:00

9 lines
306 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<select id="type" name="type">
<option value="mysql">MySQL</option>
<option value="pgsql">PostgreSQL</option>
<option value="sqlite">SQLite</option>
</select>
</body></html>