summaryrefslogtreecommitdiff
path: root/tests/data/test1283
Commit message (Collapse)AuthorAgeFilesLines
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-151-0/+57
For example allow ranges like [1-1] and [a-a] etc. Regression since 5ca96cb. Bug: https://github.com/curl/curl/issues/1238 Reported-by: R. Dennis Steed