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

Pr test #7

Open
wants to merge 17 commits into
base: develop-la
Choose a base branch
from
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,14 @@ Enjoy!
Joerg Wuethrich
http://github.com/chewiebug/GCViewer
[email protected]

aa
bb
cc
dd
ee
ff
dd
gg
hh
ii
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ protected String parseTypeString(String line, ParseInformation pos) throws Parse
}
}


protected void parseGcId(String line, ParseInformation pos) throws ParseException {
if (!line.substring(pos.getIndex()).contains("#"))
return;
Expand Down