php-kilo/tests/__snapshots__/EditorTest__test__debugInfo__1.json
Timothy Warren 633094ea9f
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
Fix tests for refactored code
2021-03-11 17:11:00 -05:00

31 lines
535 B
JSON

{
"cursor": {
"x": 0,
"y": 0
},
"document": {
"syntax": null,
"tokens": [],
"rows": [],
"filename": null
},
"offset": {
"x": 0,
"y": 0
},
"dirty": false,
"filename": "",
"renderX": 0,
"rows": [],
"terminalSize": {
"rows": 21,
"cols": 80
},
"statusMessage": {
"text": "HELP: Ctrl-S = save | Ctrl-Q = quit | Ctrl-F = find",
"time": 1234567890
},
"syntax": null,
"tokens": []
}