Skip to content

Commit

Permalink
Update test case string
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Sep 21, 2024
1 parent 605972b commit 5761662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/gctemplates/templatetests/templatecases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ const (
`<tr><th class="postblock">Message</th><td><textarea rows="5" cols="35" name="postmsg" id="postmsg"></textarea></td></tr>` +
`<tr><th class="postblock">File</th><td><input name="imagefile" type="file" accept="image/jpeg,image/png,image/gif,video/webm,video/mp4">` +
`<input type="checkbox" id="spoiler" name="spoiler"/><label for="spoiler">Spoiler</label></td></tr>` +
`<tr><th class="postblock">Password</th><td><input type="password" id="postpassword" name="postpassword" size="14"/>(for post/file deletion)</td></tr></table>` +
`<tr id="threadoptions" style="display:none;"><th class="postblock">Options</th><td></td></tr>` +
`<tr><th class="postblock">Password</th><td><input type="password" id="postpassword" name="postpassword" size="14" />(for post/file deletion)</td></tr></table>` +
`<input type="password" name="dummy2" style="display:none"/></form></div><hr />`
)

Expand Down

0 comments on commit 5761662

Please sign in to comment.