diff --git a/token/token_test.go b/token/token_test.go index b5237b9..1d6cee0 100644 --- a/token/token_test.go +++ b/token/token_test.go @@ -32,6 +32,7 @@ func TestLookupIdent(t *testing.T) { {"POPA", token.INSTRUCTION}, {"JUMP", token.INSTRUCTION}, {"JXNZ", token.INSTRUCTION}, + {"A", token.REGISTER}, {"X", token.REGISTER}, {"Y", token.REGISTER}, {"test", token.IDENT},