Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IndexOutOfBoundsException (#198)
if stringBuffer only contains "$" we can't peek at the next character, so make sure that there are enough character to peek at.
- Loading branch information