Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: testing/resources/javascript/util_bytetochar_expected.txt

Issue 1838543002: Add test for util.byteToChar() and fix error msg. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: static cast. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/resources/javascript/util_bytetochar.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Alert: 0 =>
2 Alert: 65 => 65
3 Alert: 127 => 127
4 Alert: 128 => 128
5 Alert: 255 => 255
6 Alert: 256: Caught error: util.byteToChar: Incorrect parameter value.
7 Alert: 40000000: Caught error: util.byteToChar: Incorrect parameter value.
8 Alert: -1: Caught error: util.byteToChar: Incorrect parameter value.
9 Alert: Caught expected error: util.byteToChar: Incorrect number of parameters pa ssed to function.
OLDNEW
« no previous file with comments | « testing/resources/javascript/util_bytetochar.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698