forked from phoedos/pmd
Merge branch 'pmd/7.0.x' into pr-2289
This commit is contained in:
@@ -1037,7 +1037,7 @@ void Escape() :
|
||||
{
|
||||
( LOOKAHEAD(2) <DOUBLE_ESCAPE> { count++; } )+
|
||||
{
|
||||
jjtThis.val = StringUtils.repeat("\\", count);
|
||||
jjtThis.setValue(StringUtils.repeat("\\", count));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user