Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config files to Bluehawk #147

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
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
18 changes: 13 additions & 5 deletions integrationTests/logLevel/expected/logLevel0
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Processed 3 files:
- 0 binary files
- 3 text files
- 2 errors
- 0 files written


Bluehawk


Bluehawk summary:
- processed 0 binary files
✓ parsed 3 text files
x logged 2 errors
- wrote 0 files

Number of files processed: 3

26 changes: 17 additions & 9 deletions integrationTests/logLevel/expected/logLevel1
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
bluehawk errors on path/to/project/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
bluehawk errors on path/to/project/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
Processed 3 files:
- 0 binary files
- 3 text files
- 2 errors
- 0 files written


Bluehawk

! bluehawk errors on ../../../../integrationTests/logLevel/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
! bluehawk errors on ../../../../integrationTests/logLevel/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF

Bluehawk summary:
- processed 0 binary files
✓ parsed 3 text files
x logged 2 errors
- wrote 0 files

Number of files processed: 3

26 changes: 17 additions & 9 deletions integrationTests/logLevel/expected/logLevel2
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
bluehawk errors on path/to/project/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
bluehawk errors on path/to/project/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF


Bluehawk

! bluehawk errors on ../../../../integrationTests/logLevel/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
! bluehawk errors on ../../../../integrationTests/logLevel/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
state not found: notfound
Processed 3 files:
- 0 binary files
- 3 text files
- 2 errors
- 0 files written

Bluehawk summary:
- processed 0 binary files
✓ parsed 3 text files
x logged 2 errors
- wrote 0 files

Number of files processed: 3

28 changes: 18 additions & 10 deletions integrationTests/logLevel/expected/logLevel3
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
parsed file: path/to/project/input/normalFile.txt
bluehawk errors on path/to/project/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
bluehawk errors on path/to/project/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF


Bluehawk

▕ parsed file: ../../../../integrationTests/logLevel/input/normalFile.txt
! bluehawk errors on ../../../../integrationTests/logLevel/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
! bluehawk errors on ../../../../integrationTests/logLevel/input/sample.txt:
(parser) Line 11:1 - 11:1(162) blockTag: After Newline, expected TagEnd but found EOF
state not found: notfound
Processed 3 files:
- 0 binary files
- 3 text files
- 2 errors
- 0 files written

Bluehawk summary:
- processed 0 binary files
✓ parsed 3 text files
x logged 2 errors
- wrote 0 files

Number of files processed: 3

Loading
Loading