Add test editor that tries to recreate text files

This commit is contained in:
Jeremy Soller 2022-10-19 15:12:38 -06:00
parent 91687d4654
commit a4e8d10c4f
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 201 additions and 0 deletions

1
editor-test.sh Executable file
View file

@ -0,0 +1 @@
RUST_LOG="cosmic_text=debug,editor_test=debug" cargo run --release --package editor-test -- "$@"