summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/util_bytetochar_expected.txt
blob: 487b89c523aaf9ee622aae96e2f75704eaf7ecea (plain)
1
2
3
4
5
6
7
8
9
Alert: 0 => 0
Alert: 65 => 65
Alert: 127 => 127
Alert: 128 => 128
Alert: 255 => 255
Alert: 256: Caught error: util.byteToChar: Incorrect parameter value.
Alert: 40000000: Caught error: util.byteToChar: Incorrect parameter value.
Alert: -1: Caught error: util.byteToChar: Incorrect parameter value.
Alert: Caught expected error: util.byteToChar: Incorrect number of parameters passed to function.