Add test_compile crate

This commit is contained in:
Richard Feldman 2024-10-20 11:52:46 -04:00
parent 98535bfbce
commit 67bca80921
No known key found for this signature in database
GPG key ID: 5DE4EE30BB738EDF
9 changed files with 418 additions and 121 deletions

View file

@ -1,2 +1,3 @@
mod deindent;
mod help_can;
mod help_parse;
mod without_indent;