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

* add tests * Fix incorrect IOREDIRECT tokens in Python mode * add news * Update lexer used in CompletionContextParser The completion context lexer should start in subprocess mode so that operators like ``2>`` are recognized as IOREDIRECT tokens. This fixes the test case "command 2>/dev/nul{X}" for test_completion_context.py::test_command.
23 lines
290 B
ReStructuredText
23 lines
290 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Expressions like ``2>1`` are now parsed correctly as Python code instead of being treated like special io-redirection operators.
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|