begin scaffolding for adding deletion tests

This commit is contained in:
2025-03-23 07:47:38 +00:00
parent cbc1359de1
commit e59a1c67d8
5 changed files with 108 additions and 104 deletions

2
test/normal-delete.sml Normal file
View File

@@ -0,0 +1,2 @@
structure NormalDelete =
struct open Railroad open Railroad.Test open InputMsg val tests = [] end