mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* Fix regex globbing for paths that contain special regex characters * Skip regex globbing asterisk character tests on Windows Asterisks are forbidden in Windows filenames. Plus signs are allowed in Windows filenames, so the plus sign tests run properly.
23 lines
257 B
ReStructuredText
23 lines
257 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Fixed regex globbing for file paths that contain special regex characters (e.g. "test*1/model")
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|