From bf752617a1bbf00b8bdc7ac10f6a1a25751a8f4b Mon Sep 17 00:00:00 2001 From: Pagran <67878280+pagran@users.noreply.github.com> Date: Tue, 29 Sep 2020 23:00:28 +0300 Subject: [PATCH] Fix path delimiter --- testdata/scripts/syntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/scripts/syntax.txt b/testdata/scripts/syntax.txt index 8f8e1e3..77200b1 100644 --- a/testdata/scripts/syntax.txt +++ b/testdata/scripts/syntax.txt @@ -105,7 +105,7 @@ func scopesTest() { func input(localNameParam string) (localNameReturn string) { return localNameParam } --- sub\names.go -- +-- sub/names.go -- package sub // Do not move these fields! Moving can break a test