-
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.
Merge pull request #153 from HmSebastianH/jenkins56700
JENKINS-56700 and JENKINS-56701
- Loading branch information
Showing
7 changed files
with
189 additions
and
44 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
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
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
28 changes: 28 additions & 0 deletions
28
src/test/resources/edu/hm/hafner/analysis/parser/GnuFortranInvalid.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,28 @@ | ||
|
||
|
||
C:/aaaa.f:318: | ||
Included at inc1.inc:4: | ||
Included at foo.f90:4: | ||
|
||
IF( XABS.NE.ZERO ) THEN | ||
|
||
Warning: Inequality comparison for REAL(8) at (1) | ||
|
||
|
||
C:/bbbb.f:318: | ||
Included at inc1.inc:4: | ||
|
||
|
||
1 | ||
Warning: Inequality comparison for REAL(8) at (1) | ||
|
||
|
||
C:/cccc.f:318: | ||
Included at inc1.inc:4: | ||
Included at foo.f90:4: | ||
|
||
IF( XABS.NE.ZERO ) THEN | ||
1 | ||
Bla: Inequality comparison for REAL(8) at (1) | ||
|
||
C:/dddd.f:318: |
5 changes: 5 additions & 0 deletions
5
src/test/resources/edu/hm/hafner/analysis/parser/ghsmulti.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