mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Updated test for formula validation
This commit is contained in:
@@ -19,7 +19,7 @@ describe 'Formulas'
|
|||||||
call tablemode#spreadsheet#formula#Add("Sum(1:-1)")
|
call tablemode#spreadsheet#formula#Add("Sum(1:-1)")
|
||||||
Expect tablemode#spreadsheet#cell#GetCell() == '250.0'
|
Expect tablemode#spreadsheet#cell#GetCell() == '250.0'
|
||||||
call cursor(8, 15)
|
call cursor(8, 15)
|
||||||
Expect getline('.') == '/* tmf: $4,2=Sum(1:3) ; $5,2=Sum(1:-1) */'
|
Expect getline('.') == '/* tmf: $4,2=Sum(1:3); $5,2=Sum(1:-1) */'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user