test_enter_visual_mode.json

 1{"Put":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog"}}
 2{"Key":"v"}
 3{"Get":{"state":"The «qˇ»uick brown\nfox jumps over\nthe lazy dog","mode":"Visual"}}
 4{"Key":"w"}
 5{"Key":"j"}
 6{"Get":{"state":"The «quick brown\nfox jumps oˇ»ver\nthe lazy dog","mode":"Visual"}}
 7{"Key":"escape"}
 8{"Get":{"state":"The quick brown\nfox jumps ˇover\nthe lazy dog","mode":"Normal"}}
 9{"Key":"v"}
10{"Key":"k"}
11{"Key":"b"}
12{"Get":{"state":"The «ˇquick brown\nfox jumps o»ver\nthe lazy dog","mode":"Visual"}}
13{"Put":{"state":"a\nˇ\nb\n"}}
14{"Key":"v"}
15{"Get":{"state":"a\n«\nˇ»b\n","mode":"Visual"}}
16{"Key":"v"}
17{"Get":{"state":"a\nˇ\nb\n","mode":"Normal"}}
18{"Put":{"state":"a\nb\nˇ"}}
19{"Key":"v"}
20{"Get":{"state":"a\nb\nˇ","mode":"Visual"}}