17 lines
242 B
Go
17 lines
242 B
Go
// Package filter ...
|
|
//
|
|
// Description : filter ...
|
|
//
|
|
// Author : go_developer@163.com<白茶清欢>
|
|
//
|
|
// Date : 2022-07-04 18:13
|
|
package filter
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func Test_parseLexical(t *testing.T) {
|
|
parseLexical("{iiiiiiiii}")
|
|
}
|