We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 78d6d43 commit c47f78bCopy full SHA for c47f78b
internal/arduino/builder/internal/detector/detector_test.go
@@ -78,8 +78,8 @@ func TestIncludesFinderWithRegExpPaddedIncludes4(t *testing.T) {
78
79
func TestIncludesFinderWithRegExpPaddedIncludes5(t *testing.T) {
80
output := "/some/path/sketch.ino:23:42: fatal error: 'Foobar.h' file not found" +
81
- " 23 | #include <Foobar.h>" +
82
- " | ^~~~~~~~~~"
+ " 23 | #include \"Foobar.h\"" +
+ " | ^~~~~~~~~~"
83
84
include := detector.IncludesFinderWithRegExp(output)
85
0 commit comments