Move buffer tests into their own file

This commit is contained in:
Max Brunsfeld 2021-10-11 12:18:31 -07:00
parent 53f1078119
commit 6dc9d3ac19
4 changed files with 1031 additions and 1032 deletions

View file

@ -0,0 +1,2 @@
mod buffer;
mod syntax;