Open eKoopmans opened 6 years ago
There is one other extreme case worth considering (which would require another slight rewrite to the logic):
"->"
(only possible on Mac/*nix), the logic will fail and split the filename at that point.This issue is present in both the original code and after my current commit.
file1 -> file2
"file1" -> "file2"
), brackets-git was stripping the external quotes, leaving a malformed line (file1" -> "file2
) and a corrupt filename"file2
->
separator first, while leaving all other behaviour intact