test_insert_first_non_whitespace.json

 1{"Put":{"state":"The qˇuick"}}
 2{"Key":"shift-i"}
 3{"Get":{"state":"ˇThe quick","mode":"Insert"}}
 4{"Put":{"state":" The qˇuick"}}
 5{"Key":"shift-i"}
 6{"Get":{"state":" ˇThe quick","mode":"Insert"}}
 7{"Put":{"state":"ˇ"}}
 8{"Key":"shift-i"}
 9{"Get":{"state":"ˇ","mode":"Insert"}}
10{"Put":{"state":"The qˇuick\nbrown fox"}}
11{"Key":"shift-i"}
12{"Get":{"state":"ˇThe quick\nbrown fox","mode":"Insert"}}
13{"Put":{"state":"ˇ\nThe quick"}}
14{"Key":"shift-i"}
15{"Get":{"state":"ˇ\nThe quick","mode":"Insert"}}