forked from NREL/GEOPHIRES-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes & tests for comment parsing per https://github.com/NREL/GEOPHIR…
- Loading branch information
1 parent
6f99d65
commit 40d84d5
Showing
4 changed files
with
52 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# comment | ||
# foo, bar | ||
# foo, bar, baz | ||
# foo, bar, baz, qux corge | ||
|
||
Gradient 1, 69 | ||
Reservoir Depth, 5, -- comment here | ||
End-Use Option, 1, # another comment | ||
Power Plant Type, 4, comments galore | ||
|
||
# another, comment, with, commas, down here | ||
# comment with space | ||
# comment with space, and comma | ||
# comment with space, and commas, plural?! | ||
|
||
-- another comment style | ||
--- three is not the charm, hopefully | ||
|
||
**** A legacy-but-still-supported header comment style, indeed **** | ||
******************************************************************* |
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