Commit a757fb0
#310 Support spaces in filename
The spec does not state if spaces are supported. The previous code will
throw the following critical error if space is detected in file name:
```
CRITICAL: Invalid characters ' ' in file name at:
```
This commit add ' ' as a valid character.
Signed-off-by: Chin Yeung Li <[email protected]>1 parent b9c8532 commit a757fb0
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
| |||
0 commit comments