-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
The brace expansion in x{,,}y does not work correctly.
Reproduction Steps:
- Run the following command:
echo x{,,}y
Expected behavior:
The output should be: xy xy xy
This is also the output that bash gives.
Observed behaviour:
The observed output: xy x,y
Looks like fish incorrectly thinks that we wrote echo x{,\,}y
Additional information:
Fish version: fish, version 2.2.0-876-g1c6f6df
Operating system: ubuntu 64-bit, installed fish from github source code.
Terminal or terminal emulator: neo vims built in terminal emulator.
Reactions are currently unavailable