Tests: remove unreliable syntax test
This commit is contained in:
parent
b785352100
commit
e74cc71b1b
3 changed files with 1 additions and 25 deletions
|
@ -1,24 +0,0 @@
|
|||
Before:
|
||||
Startify
|
||||
doautocmd CursorMoved
|
||||
|
||||
Execute (Between brackets -> StartifyNumber):
|
||||
AssertEqual 'StartifyNumber', SyntaxAt()
|
||||
|
||||
Execute (Brackets -> StartifyBracket):
|
||||
AssertEqual 'StartifyBracket', SyntaxAt(3)
|
||||
|
||||
Execute (First entry -> StartifySpecial):
|
||||
AssertEqual 'StartifySpecial', SyntaxAt(9)
|
||||
|
||||
Execute (Section header -> StartifySection):
|
||||
normal! 2j
|
||||
AssertEqual 'StartifySection', SyntaxAt(4)
|
||||
|
||||
Execute (Second entry (separator) -> StartifySlash):
|
||||
normal! 4j
|
||||
AssertEqual 'StartifySlash', SyntaxAt(9)
|
||||
|
||||
Execute (Third entry (session) -> StartifyFile):
|
||||
normal! 8j
|
||||
AssertEqual 'StartifyFile', SyntaxAt(9)
|
Loading…
Add table
Add a link
Reference in a new issue