[TIMOB-24599] Android: console logs double percentages
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-07-13T17:49:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android, console, percentage |
Reporter | Creative |
Assignee | Eric Merriman |
Created | 2017-04-19T11:07:13.000+0000 |
Updated | 2017-07-13T17:49:22.000+0000 |
Description
Terminal shows odd output, and seems to escape the "%" (percentage) sign. It could be this bug has already been reported by somebody else (vaguely remember a similar bugreport) but i was unable to find it.
----
Testcase:
// (while-loop implemented for easy spotting)
while(true) {
// Expected: "foo% bar%"
// Actual: "foo%% bar%%"
console.log('foo% bar%');
}
Checking the output using *Android Monitor* +does+ log the expected data. However the terminal does not.
Hello, I can verify the issue. Moving to TIMOB.