diff options
author | aclement <aclement> | 2004-08-11 13:17:43 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-11 13:17:43 +0000 |
commit | 0f21863d2428663a84d914b928fba56e8baa8f14 (patch) | |
tree | 0d12e2373c9b4454964a52862c290b2e66eb0727 /tests/bugs/IfPerThis | |
parent | 64183c38266114bce7aa60ff743b4b9eda5cbe2d (diff) | |
download | aspectj-0f21863d2428663a84d914b928fba56e8baa8f14.tar.gz aspectj-0f21863d2428663a84d914b928fba56e8baa8f14.zip |
Fixed minor bug here. Lack of 'continue' meant the sequence:
: "message";
was being tokenized as:
token<:> token<message> token<"> token<;>
rather than
token<:> token<message> token<;>
Diffstat (limited to 'tests/bugs/IfPerThis')
0 files changed, 0 insertions, 0 deletions