Added Permission type
This commit is contained in:
parent
488220f3a7
commit
2e965d6f68
@ -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")
|
||||||