Implemented commands until helloworld works \o/
This commit is contained in:
parent
f86b5724e5
commit
198efceb1f
10 changed files with 244 additions and 45 deletions
|
@ -38,7 +38,7 @@ func TestStep(t *testing.T) {
|
|||
if tc.pointer == nil {
|
||||
tc.pointer = pointer.NewPointer()
|
||||
}
|
||||
NewInterpreter(f, tc.pointer).Step()
|
||||
NewInterpreter(f, tc.pointer).step()
|
||||
if tc.expectedField != nil {
|
||||
require.Equal(t, tc.expectedField, f)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue