ZIm/crates/vim/test_data/test_delete_unmatched_brace.json
Conrad Irwin 37ebb47238
Don't use dbg! in test input (#27811)
It confuses me when I grep for dbg! 🤦

Release Notes:

- N/A
2025-03-31 18:59:52 -06:00

12 lines
460 B
JSON

{"Put":{"state":"fn o(wow: i32) {\n othˇ(wow)\n oth(wow)\n}\n"}}
{"Key":"d"}
{"Key":"]"}
{"Key":"}"}
{"Get":{"state":"fn o(wow: i32) {\n otˇh\n}\n","mode":"Normal"}}
{"ReadRegister":{"name":"\"","value":"(wow)\n oth(wow)"}}
{"Put":{"state":"fn o(wow: i32) {\n ˇoth(wow)\n oth(wow)\n}\n"}}
{"Key":"d"}
{"Key":"]"}
{"Key":"}"}
{"Get":{"state":"fn o(wow: i32) {\nˇ}\n","mode":"Normal"}}
{"ReadRegister":{"name":"\"","value":" oth(wow)\n oth(wow)\n"}}