-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update regex for msbuild parser, add new test
- Loading branch information
1 parent
590a415
commit cb7a590
Showing
3 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
11 changes: 11 additions & 0 deletions
11
src/test/resources/edu/hm/hafner/analysis/parser/issue63580.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
... | ||
[exec] 23>main.cpp | ||
[exec] 23>Compiling resources... | ||
[exec] 23>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | ||
[exec] 23>Copyright (C) Microsoft Corporation. All rights reserved. | ||
[exec] 23>Linking... | ||
[exec] 23>LINK : warning LNK4217: symbol 'XYZ' defined in 'abc.obj' is imported by 'def.obj' in function 'FGH' | ||
[exec] 23>Build log was saved at "..." | ||
[exec] 23>MyApplication - 0 error(s), 1 warning(s) | ||
[exec] ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ========== | ||
|