-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty line comment crash, remote plugin retry send, ack remote co…
…mmands, file test case
- Loading branch information
1 parent
f8f5f12
commit 72cfeee
Showing
7 changed files
with
133 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,5 +66,4 @@ open 2 | |
open 3 | ||
open 1 | ||
open 2 | ||
open 4 | ||
quit | ||
open 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
let | ||
newDoc = "tests\\newdoc.txt" | ||
|
||
discard @[ | ||
"newDoc", | ||
"eMsg SCI_APPENDTEXT 10 HelloWorld", | ||
"saveAs " & newDoc, | ||
"close" | ||
].execFeudC() | ||
|
||
doAssert newDoc.fileExists() == true, "Failed newDoc" | ||
newDoc.rmFile() | ||
|
||
doAssert @[ | ||
"open -r *.xml", | ||
"closeAll" | ||
].execFeudC().contains("langs.model.xml"), "Failed recursive open" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters