Commit f4e7864
Change checkbox to handle lowercase (#199)
* Change checkbox to handle lowercase
* Update tests to check for lower case 'X' on checkboxes
---------
Co-authored-by: Eduardo Serrano <[email protected]>1 parent 5aef824 commit f4e7864
File tree
3 files changed
+10
-1
lines changed- GitHubIssueFormsParser
- src/GitHubIssuesParserCli/IssueFormBodies/IssueFormItems/Checkboxes
- tests/GitHubIssuesParserCli.Tests
- CliIntegration
- TestFiles
3 files changed
+10
-1
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
0 commit comments