d ⬆️good first issuehacktoberfesti ⬇️linuxtriagedv ⬇️
描述
Edit by @rsese to add more specific repro steps
echo "123" > a:Application: Open File(Ctrl+O on Linux)- Select the file from step 1
Expect the a: file to open, actual behavior is an empty a titled tab is open.
Seems : is legal though maybe not ideal for a filename on Linux? : is illegal for a filename on Windows and I'm not sure about macOS behavior if it's specifically an illegal character but the behavior was the same on macOS 10.14.6 (except the file open dialog showed a/ in the open dialog).
Prerequisites
- [X ] Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Steps to Reproduce
- create file a:
- write to it
- open with atom
Expected behavior:
open the content
Actual behavior:
not open the content
Reproduces how often:
∞
Versions
Atom : 1.37.0 Electron: 2.0.18 Chrome : 61.0.3163.100 Node : 8.9.3 debian
Additional Information
im using atom 1.37 x64 version on linux. i tried to open a file that ends with ':' and it opened but content of file didn't load. it loaded it empty.