Added Permission type

This commit is contained in:
Sasha Koshka 2022-08-10 12:52:20 -04:00
parent 488220f3a7
commit 2e965d6f68
2 changed files with 19 additions and 1 deletions

View File

@ -2,6 +2,7 @@ package lexer
import "testing" import "testing"
import "github.com/sashakoshka/arf/file" import "github.com/sashakoshka/arf/file"
import "github.com/sashakoshka/arf/types"
func TestTokenizeAll (test *testing.T) { func TestTokenizeAll (test *testing.T) {
file, err := file.Open("tests/lexer/all") file, err := file.Open("tests/lexer/all")