test_matching_quotes_disabled.json

 1{"Put":{"state":"one {two 'thˇree' four}"}}
 2{"Key":"%"}
 3{"Get":{"state":"one ˇ{two 'three' four}","mode":"Normal"}}
 4{"Put":{"state":"'hello wˇorld'"}}
 5{"Key":"%"}
 6{"Get":{"state":"'hello wˇorld'","mode":"Normal"}}
 7{"Put":{"state":"func (\"teˇst\") {}"}}
 8{"Key":"%"}
 9{"Get":{"state":"func ˇ(\"test\") {}","mode":"Normal"}}
10{"Put":{"state":"ˇ'hello'"}}
11{"Key":"%"}
12{"Get":{"state":"ˇ'hello'","mode":"Normal"}}
13{"Put":{"state":"'helloˇ'"}}
14{"Key":"%"}
15{"Get":{"state":"'helloˇ'","mode":"Normal"}}
16{"Put":{"state":"func (a string) {\n    do('somethiˇng'))\n}"}}
17{"Key":"%"}
18{"Get":{"state":"func (a string) {\n    doˇ('something'))\n}","mode":"Normal"}}