| Index: testing/resources/javascript/util_bytetochar_expected.txt
|
| diff --git a/testing/resources/javascript/util_bytetochar_expected.txt b/testing/resources/javascript/util_bytetochar_expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..df15ee7226aa2b3e70a2b710070bfbd3cd3ee815
|
| --- /dev/null
|
| +++ b/testing/resources/javascript/util_bytetochar_expected.txt
|
| @@ -0,0 +1,9 @@
|
| +Alert: 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.
|
|
|