summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/util_bytetochar_expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/javascript/util_bytetochar_expected.txt')
-rw-r--r--testing/resources/javascript/util_bytetochar_expected.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/resources/javascript/util_bytetochar_expected.txt b/testing/resources/javascript/util_bytetochar_expected.txt
new file mode 100644
index 0000000000..df15ee7226
--- /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.