Commit 3c07ffd
committed
test(scp): test spaces after completing filenames ending with '\'
The test has not been prepared because the ending spaces cannot be
tested with the typical comparison of `completion == "..."` or
`completion == [...]`, but it turned out that existing teset cases
uses `completion.output` to check suffixing spaces. This patch
implements the test using `completion.output`.
scop#1397 (comment)1 parent 9b3333f commit 3c07ffd
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
161 | 184 | | |
162 | 185 | | |
163 | 186 | | |
| |||
0 commit comments