Don't use dbg!
in test input (#27811)
It confuses me when I grep for dbg! 🤦
Release Notes:
- N/A
This commit is contained in:
parent
8546dc101d
commit
37ebb47238
2 changed files with 12 additions and 12 deletions
|
@ -1,12 +1,12 @@
|
|||
{"Put":{"state":"fn o(wow: i32) {\n dbgˇ!(wow)\n dbg!(wow)\n}\n"}}
|
||||
{"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 dbˇg\n}\n","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"\"","value":"!(wow)\n dbg!(wow)"}}
|
||||
{"Put":{"state":"fn o(wow: i32) {\n ˇdbg!(wow)\n dbg!(wow)\n}\n"}}
|
||||
{"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":" dbg!(wow)\n dbg!(wow)\n"}}
|
||||
{"ReadRegister":{"name":"\"","value":" oth(wow)\n oth(wow)\n"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue