moved scanner sources to package 'scan'
This commit is contained in:
+2
-1
@@ -8,6 +8,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"git.portale-stac.it/go-pkg/expr/kern"
|
||||
"git.portale-stac.it/go-pkg/expr/scan"
|
||||
)
|
||||
|
||||
func TestOperatorEnding(t *testing.T) {
|
||||
@@ -28,7 +29,7 @@ func TestOperatorEnding(t *testing.T) {
|
||||
}
|
||||
|
||||
func testStringEndingWithOperator(source string) bool {
|
||||
return StringEndsWithOperator(source)
|
||||
return scan.StringEndsWithOperator(source)
|
||||
}
|
||||
|
||||
func testStringArrayEndingWithOperatorSpec(t *testing.T, section string, inputs []inputType, spec ...int) {
|
||||
|
||||
Reference in New Issue
Block a user