Merge branch 'master' into dev
This commit is contained in:
commit
f89d7d3a17
@ -54,8 +54,10 @@ func Rune2Class(r rune) int {
|
|||||||
if unicode.IsGraphic(r) {
|
if unicode.IsGraphic(r) {
|
||||||
return classUnicodeGraphic
|
return classUnicodeGraphic
|
||||||
}
|
}
|
||||||
// return classOther
|
if r == lex.RuneEOF {
|
||||||
return -1
|
return int(r)
|
||||||
|
}
|
||||||
|
return classOther
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewLexer the Lexer constructor
|
// NewLexer the Lexer constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user