Skip to main content

assert_cursor

Macro assert_cursor 

Source
macro_rules! assert_cursor {
    ($result:expr, $line:expr, $col:expr) => { ... };
}
Expand description

Assert cursor position (line, col) - matches vim convention.

§Example

assert_cursor!(result, 0, 5);  // Line 0, column 5