Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 4891454

Browse files
committed
Expand functional test cases
1 parent b1106ff commit 4891454

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

test/functional/test_task_lists_behavior.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,26 @@
7474
<input type="checkbox" class="task-list-item-checkbox" disabled />
7575
I'm a task list item
7676
</li>
77+
<li class="task-list-item">
78+
<input type="checkbox" class="task-list-item-checkbox" disabled />
79+
with non-breaking space
80+
</li>
81+
<li class="task-list-item">
82+
<input type="checkbox" class="task-list-item-checkbox" disabled checked />
83+
completed, lower
84+
</li>
85+
<li class="task-list-item">
86+
<input type="checkbox" class="task-list-item-checkbox" disabled checked />
87+
completed capitalized
88+
</li>
7789
</ul>
7890
</div>
7991
<form action="/update" method="POST" data-remote data-type="json">
80-
<textarea name="comment[body]" class="js-task-list-field">- [ ] I'm a task list item</textarea>
92+
<textarea name="comment[body]" class="js-task-list-field" cols="40" rows="10">
93+
- [ ] I'm a task list item
94+
- [ ] with non-breaking space
95+
- [x] completed, lower
96+
- [X] completed capitalized</textarea>
8197
</form>
8298
</div>
8399

0 commit comments

Comments
 (0)