summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pelletier/go-toml/query/lexer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pelletier/go-toml/query/lexer_test.go')
-rw-r--r--vendor/github.com/pelletier/go-toml/query/lexer_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/pelletier/go-toml/query/lexer_test.go b/vendor/github.com/pelletier/go-toml/query/lexer_test.go
index e2b733a34..8ce0501fe 100644
--- a/vendor/github.com/pelletier/go-toml/query/lexer_test.go
+++ b/vendor/github.com/pelletier/go-toml/query/lexer_test.go
@@ -1,8 +1,8 @@
package query
import (
- "testing"
"github.com/pelletier/go-toml"
+ "testing"
)
func testQLFlow(t *testing.T, input string, expectedFlow []token) {