summaryrefslogtreecommitdiff
path: root/porter2_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'porter2_test.go')
-rw-r--r--porter2_test.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/porter2_test.go b/porter2_test.go
index 800a807..d0d8df3 100644
--- a/porter2_test.go
+++ b/porter2_test.go
@@ -23,7 +23,7 @@ import (
"testing"
"github.com/stretchr/testify/assert"
- "github.com/surgebase/glog"
+ "github.com/surge/glog"
)
var (
@@ -84,6 +84,9 @@ var (
[]rune("fizzed"),
[]rune("failing"),
[]rune("filing"),
+ []rune("aed"),
+ []rune("aing"),
+ []rune("eing"),
}
expect1b [][]rune = [][]rune{
@@ -103,6 +106,9 @@ var (
[]rune("fizz"),
[]rune("fail"),
[]rune("file"),
+ []rune("a"),
+ []rune("a"),
+ []rune("e"),
}
data1c [][]rune = [][]rune{