Commit 19397c0
committed
Strip possibly present trailing / before adding one
Without that users must have trailing / removed, but nobody checks for that etc.
So now we have "raw//" etc, e.g. at
https://bids-specification.readthedocs.io/en/latest/derivatives/common-data-types.html#example-use-of-a-descriptionstsv-file
With this change it would make it easier on user and guaranteed to render consistently correctly1 parent 183499c commit 19397c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments