package glob
import (
"testing"
)
func TestParseString(t *testing.T) {
// lexer := newLexer("hello")
// fmt.Println(lexer.nextItem())
}