Commit 63bfd5c
improved error messages parsing (#2782)
* improved regexp to also parse error messages with single quotes around header file name
* make regexp more specific, add test
* remove GH test failing escaped quotation marks
* fix formatting
* Use a more strict regexp / fix unit-test
---------
Co-authored-by: Cristian Maglie <[email protected]>1 parent 6d9c930 commit 63bfd5c
File tree
2 files changed
+11
-2
lines changed- internal/arduino/builder/internal/detector
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
481 | | - | |
| 480 | + | |
482 | 481 | | |
483 | 482 | | |
484 | 483 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
0 commit comments