test_enter_visual_line_mode.json

 1{"Put":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog"}}
 2{"Key":"shift-v"}
 3{"Get":{"state":"The «qˇ»uick brown\nfox jumps over\nthe lazy dog","mode":"VisualLine"}}
 4{"Key":"x"}
 5{"Get":{"state":"fox ˇjumps over\nthe lazy dog","mode":"Normal"}}
 6{"Put":{"state":"a\nˇ\nb"}}
 7{"Key":"shift-v"}
 8{"Get":{"state":"a\n«\nˇ»b","mode":"VisualLine"}}
 9{"Key":"x"}
10{"Get":{"state":"a\nˇb","mode":"Normal"}}
11{"Put":{"state":"a\nb\nˇ"}}
12{"Key":"shift-v"}
13{"Get":{"state":"a\nb\nˇ","mode":"VisualLine"}}
14{"Key":"x"}
15{"Get":{"state":"a\nˇb","mode":"Normal"}}