Made the interpreter pass most of the mycology test suite
This commit is contained in:
parent
198efceb1f
commit
da7e7dae2b
13 changed files with 206 additions and 35 deletions
|
@ -329,3 +329,9 @@ func TestGetAndSetOnEmptyLines(t *testing.T) {
|
|||
field.Set(0, -1, 'c')
|
||||
require.Equal(t, &f, field)
|
||||
}
|
||||
|
||||
func TestDump(t *testing.T) {
|
||||
// nothing to test really
|
||||
f := Field{}
|
||||
f.Dump()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue