summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-08 20:26:20 +0300
committerOxore <oxore@protonmail.com>2023-05-08 20:26:20 +0300
commit2f373f72582610f40b7219a7b7d64b7c7534f160 (patch)
treef3eea8529fe63b8f5d9fd0f2d00ecb6a9378209c /test.bash
parent6561fd2f7a8e81ab648e5630c41dc17c379598b1 (diff)
Impl ABCD
Diffstat (limited to 'test.bash')
-rw-r--r--test.bash7
1 files changed, 6 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 0a70201..a6f25d7 100644
--- a/test.bash
+++ b/test.bash
@@ -93,10 +93,15 @@ run_test_iterative() {
done
}
+# cxxx abcd
+#
+run_test_simple "abcd Dn, Dn" "\xc1\x01"
+run_test_simple "abcd -(An), -(An)" "\xc1\x09"
+
# 8xxx sbcd
#
run_test_simple "sbcdb Dn, Dn" "\x81\x01"
-run_test_simple "sbcdb -(An), -(An)" "\x81\x01"
+run_test_simple "sbcdb -(An), -(An)" "\x81\x09"
# 8xxx or
#