Built-in isSet
function is returning false
when a value is set
#366
Labels
bug
Something isn't working
isSet
function is returning false
when a value is set
#366
Describe the bug
Built-in
isSet
function is returningfalse
when a value is set. This impactsGetBorderLeft
and border rendering when setting a custom border.To Reproduce
Add the source code to a test file, then run
go test -run TestIsSet
Source Code
gives:
--- FAIL: TestIsSet (0.00s) style_test.go:550: expected the left border to be set, got: false, but the left border is: " new " FAIL
Expected behavior
I would expect the
borderLeftKey
to be setAdditional context
This is likely related to other reported border and frame size issues.
The text was updated successfully, but these errors were encountered: