-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Ensure completion tests are testing last characters on blocks
The tests would not detect that completion was broken when the cursor was on the last character of a Python or Bash région (it has been fixed in the previous commit). Now it should.
- Loading branch information
1 parent
30302ce
commit 682e7bc
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
integration-tests/project-folder/sources/meta-fixtures/completion.bb
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
DESCRIPTION = 'FOO' | ||
|
||
python do_foo(){ | ||
print('123') | ||
pri | ||
} | ||
|
||
do_bar(){ | ||
echo '123' | ||
ech | ||
} | ||
|
||
DESCRIP |
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