Merge lines.love
[?]
Jan 21, 2023, 6:04 AM
K6VNT4EGHOUD5TG7LMIHGIGZV2HJM76QGKAWISRA2KVQZD5TUCSACDependencies
- [2]
X3GTAQ6EMerge lines.love - [3]
ORRSP7FVdeduce test names on failures - [4]
LF7BWEG4group all editor globals - [5]
BPWFKBXTnew test: dragging and dropping a file on lines.love - [6]
CE4LZV4Tdrop last couple of manual tests - [7]
ZLEPKWDJfork: capture frontend for a note-taking system - [8]
YT5P6TO6bugfix: save previous file when dropping a new one on - [9]
PTDO2SOTadd state arg to schedule_save - [10]
UHB4GARJleft/right margin -> left/right coordinates - [11]
MSDHRXWUMerge upstream into main - [12]
H3KWPK3Gregression: dropping files on the window
Change contents
- edit in run_tests.lua at line 18[4.631]→[3.48250:48466](∅→∅),[4.631]→[3.48250:48466](∅→∅),[4.631]→[3.48250:48466](∅→∅),[4.916]→[3.48467:48524](∅→∅),[4.916]→[3.48467:48524](∅→∅)
check_eq(#Editor_state.lines, 3, '#lines')check_eq(Editor_state.lines[1].data, 'abc', 'lines:1')check_eq(Editor_state.lines[2].data, 'def', 'lines:2')check_eq(Editor_state.lines[3].data, 'ghi', 'lines:3')check_eq(App.filesystem['foo'], 'abc\ndef\n', 'check')