Skip to content

Commit 78d6d43

Browse files
committed
remove GH test failing escaped quotation marks
1 parent f1faeaa commit 78d6d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/arduino/builder/internal/detector/detector_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestIncludesFinderWithRegExpPaddedIncludes4(t *testing.T) {
7878

7979
func TestIncludesFinderWithRegExpPaddedIncludes5(t *testing.T) {
8080
output := "/some/path/sketch.ino:23:42: fatal error: 'Foobar.h' file not found" +
81-
" 23 | #include \"Foobar.h\"" +
81+
" 23 | #include <Foobar.h>" +
8282
" | ^~~~~~~~~~"
8383

8484
include := detector.IncludesFinderWithRegExp(output)

0 commit comments

Comments
 (0)