This file is used to test the parsePlan() function in opencode-ralph.
- 1 Completed task with uppercase X
- 2 Completed task with lowercase x
- 3 Incomplete task 1
- 4 Incomplete task 2
- 5 Incomplete task 3
When parsed with parsePlan():
doneshould be 2 (tasks 1 and 2 are checked)totalshould be 5 (2 done + 3 not done)