aboutsummaryrefslogtreecommitdiffstats
path: root/test/ordchr.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/ordchr.awk')
-rw-r--r--test/ordchr.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ordchr.awk b/test/ordchr.awk
index 0295105e..5d6ffe9f 100644
--- a/test/ordchr.awk
+++ b/test/ordchr.awk
@@ -7,4 +7,5 @@ BEGIN {
# test if type conversion between strings and numbers is working properly
print chr(ord(0))
print ord(chr("65"))
+ print ord(chr("159"))
}