AFL7YLLAFW5RRBDMFC6JYMSEL4FHNCJQSOD4QVZJU2WLKNVSBM3QC
JJMIW27QWEFIMFJUQUYGHTBZUPDBWHUCF4BBZUI3PILOSNUN6GSAC
ORRSP7FVCHI2TF5GXBRGQYYJAA3JFYXZBM3T663BKSBV22FCZVCAC
GZ2OYPSHZU3FNO5HYP53EABOLM4C3TFPB5RGTIW2CJAWT6D2QXYQC
LXTTOB33N2HCUZFIUDRQGGBVHK2HODRG4NBLH6RXRQZDCHF27BSAC
APYPFFS3G6TDEUMIHQGMDBJNRNDTCNTPKI5M2AFACJ73P725XQRQC
edit.run_after_keychord(Editor_state, 'C-left')
check_eq(Editor_state.cursor1.pos, 1, 'check')
check_eq(Editor_state.cursor1.pos, 9, 'check')
check_eq(Editor_state.cursor1.line, 1, 'line') check_eq(Editor_state.cursor1.pos, 5, 'pos')
check_eq(Editor_state.cursor1.line, 1, 'line')
check_eq(Editor_state.cursor1.pos, 5, 'pos')
edit.run_after_keychord(Editor_state, 'C-right')
check_eq(Editor_state.cursor1.pos, 4, 'check')
check_eq(Editor_state.cursor1.pos, 8, 'check')
check_eq(Editor_state.cursor1.line, 2, 'line') check_eq(Editor_state.cursor1.pos, 4, 'pos')
check_eq(Editor_state.cursor1.line, 2, 'line')
check_eq(Editor_state.cursor1.pos, 4, 'pos')