Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove GH test failing escaped quotation marks
  • Loading branch information
dennisppaul committed Dec 18, 2024
commit 78d6d436b17da41bcbaca8a31381f2e55faeda01
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestIncludesFinderWithRegExpPaddedIncludes4(t *testing.T) {

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

include := detector.IncludesFinderWithRegExp(output)
Expand Down
Loading