copy new file order from shf.mlb to shf-tests.mlb, and remove split-string tests because we have tried to refactor string-search logic to be separate from the data structure
This commit is contained in:
@@ -15,6 +15,7 @@ struct
|
||||
, windowWidth
|
||||
, windowHeight
|
||||
, msgs
|
||||
, visualScrollColumn
|
||||
, cursorIdx = _
|
||||
} = app
|
||||
in
|
||||
@@ -27,6 +28,7 @@ struct
|
||||
, windowWidth = windowWidth
|
||||
, windowHeight = windowHeight
|
||||
, msgs = msgs
|
||||
, visualScrollColumn = visualScrollColumn
|
||||
, cursorIdx = newIdx
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user