-
- Downloads
There was an error fetching the commit references. Please try again later.
The paste helper tests were broken because of the change to escape tabs. This exposed a few bugs:
- Tabs should be expanded to spaces before being escaped with backslashes - Do not double-escape with backslash and ^V. Prefer ^V. This commit also fixes the tests by adding tab escapes where needed.
Showing
- iTerm2XCTests/iTermPasteHelperTest.m 51 additions, 3 deletionsiTerm2XCTests/iTermPasteHelperTest.m
- sources/NSStringITerm.h 1 addition, 0 deletionssources/NSStringITerm.h
- sources/NSStringITerm.m 15 additions, 0 deletionssources/NSStringITerm.m
- sources/iTermPasteHelper.m 15 additions, 9 deletionssources/iTermPasteHelper.m
Please register or sign in to comment