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:
2025-09-16 01:25:27 +01:00
parent 873fa1b1ac
commit 820a6c2462
3 changed files with 13 additions and 360 deletions

View File

@@ -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