tests #6

Merged
bucky merged 15 commits from tests into master 2023-10-01 12:26:21 -07:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit 097645cd71 - Show all commits
+1 -1
View File
@@ -1,2 +1,2 @@
<h2><a href="/" style="color: #555555;">Home</a></h2>
<h2><a href="<%= @new_link %>" target="_blank" style="color: #555555;"><%= @new_link %></a></h2>
<h3 style="overflow-wrap: break-word; word-wrap: break-word;"><a href="<%= @new_link %>" target="_blank" style="color: #555555;"><%= @new_link %></a></h3>
+2 -4
View File
@@ -2,10 +2,8 @@
<input type="url"
name="url"
pattern="https?://.+"
required
oninvalid="setCustomValidity('Enter a valid URL')"
onvalid="setCustomValidity('')"
placeholder="http://www.example.com/"
style="padding: 0.5rem;" />
style="padding: 0.5rem;"
required />
<input type="submit" value="Submit" style="padding: 0.5rem;" />
</form>