Created
January 3, 2021 02:05
-
-
Save emidoots/d43966264de8ab16b24c282aecd41409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- FAIL: TestString (53.23s) | |
--- FAIL: TestString/comby_options (0.66s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 13, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), Message: ": valid options are (multiline, case), found delimiter"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 13, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), | |
+ Message: ": valid options are (multiline, case), found delimiter", | |
+}} | |
--- FAIL: TestString/comby_invalid_options (0.73s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 4, Parsing: parse.NodeType(parse.NodeType)("OptionsCombyCode"), Message: ": valid options are (delimiter), found case"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 4, Parsing: parse.NodeType(parse.NodeType)("OptionsCombyCode"), | |
+ Message: ": valid options are (delimiter), found case", | |
+}} | |
--- FAIL: TestString/default (0.56s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 6, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), Message: ": valid options are (multiline, case), found errorf"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 6, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), | |
+ Message: ": valid options are (multiline, case), found errorf", | |
+}} | |
--- FAIL: TestString/default_options (0.58s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 4, Parsing: parse.NodeType(parse.NodeType)("OptionsCombyCode"), Message: ": valid options are (delimiter), found case"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 4, Parsing: parse.NodeType(parse.NodeType)("OptionsCombyCode"), | |
+ Message: ": valid options are (delimiter), found case", | |
+}} | |
--- FAIL: TestString/literal_options (0.57s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), Message: ": valid options are (multiline, case), found wholeline"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), | |
+ Message: ": valid options are (multiline, case), found wholeline", | |
+}} | |
--- FAIL: TestString/logical_invalid_options (0.55s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), Message: ": valid options are (multiline, case), found wholeline"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), | |
+ Message: ": valid options are (multiline, case), found wholeline", | |
+}} | |
--- FAIL: TestString/metadata_invalid_options (0.58s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), Message: ": valid options are (multiline, case), found wholeline"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsFuzzy"), | |
+ Message: ": valid options are (multiline, case), found wholeline", | |
+}} | |
--- FAIL: TestString/regex_options (0.60s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsLiteral"), Message: ": valid options are (wholeline, case), found multiline"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsLiteral"), | |
+ Message: ": valid options are (wholeline, case), found multiline", | |
+}} | |
--- FAIL: TestString/tristruct_invalid_options (0.55s) | |
autogold.go:91: mismatch (-want +got): | |
--- want | |
+++ got | |
@@ -1 +1,4 @@ | |
-[2]interface{}{&st.Query{}, &parse.Error{Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsLiteral"), Message: ": valid options are (wholeline, case), found multiline"}} | |
+[2]interface{}{&st.Query{}, &parse.Error{ | |
+ Offset: 14, Parsing: parse.NodeType(parse.NodeType)("OptionsLiteral"), | |
+ Message: ": valid options are (wholeline, case), found multiline", | |
+}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment