mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-31 08:34:30 +08:00
#427 Output buffer variables when buffer numbers are strings
This commit is contained in:
@@ -12,5 +12,10 @@ Execute(ale#Var should return buffer overrides):
|
||||
|
||||
AssertEqual 'def', ale#Var(bufnr(''), 'some_variable')
|
||||
|
||||
Execute(ale#Var should return buffer overrides for buffer numbers as strings):
|
||||
let b:ale_some_variable = 'def'
|
||||
|
||||
AssertEqual 'def', ale#Var(string(bufnr('')), 'some_variable')
|
||||
|
||||
Execute(ale#Var should throw exceptions for undefined variables):
|
||||
AssertThrows call ale#Var(bufnr(''), 'undefined_variable_name')
|
||||
|
||||
Reference in New Issue
Block a user