diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-12 21:41:40 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-12 21:41:40 +0100 |
commit | 9a23b07c4c0d06c40d7c0ce91c5fdf7c8449ac49 (patch) | |
tree | 9b1a85084b1e046b0a5b5eb06375334ef1eb2f56 /testsuite/dc_boolean.dc | |
parent | d6ad3666dc51f475a6e76b07f2c59d039f69f2d4 (diff) | |
download | busybox-w32-9a23b07c4c0d06c40d7c0ce91c5fdf7c8449ac49.tar.gz busybox-w32-9a23b07c4c0d06c40d7c0ce91c5fdf7c8449ac49.tar.bz2 busybox-w32-9a23b07c4c0d06c40d7c0ce91c5fdf7c8449ac49.zip |
testsuite: add bc and dc tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/dc_boolean.dc')
-rw-r--r-- | testsuite/dc_boolean.dc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testsuite/dc_boolean.dc b/testsuite/dc_boolean.dc new file mode 100644 index 000000000..ea72623b8 --- /dev/null +++ b/testsuite/dc_boolean.dc | |||
@@ -0,0 +1,27 @@ | |||
1 | 0 1(pR | ||
2 | 1 1(pR | ||
3 | 2 1(pR | ||
4 | _1 1(pR | ||
5 | _1 0(pR | ||
6 | _1 _1(pR | ||
7 | _1 _2(pR | ||
8 | 0 1{pR | ||
9 | 1 1{pR | ||
10 | 2 1{pR | ||
11 | _1 1{pR | ||
12 | _1 0{pR | ||
13 | _1 _1{pR | ||
14 | _1 _2{pR | ||
15 | 0 0GpR | ||
16 | 0 1GpR | ||
17 | 1 0GpR | ||
18 | _1 _1GpR | ||
19 | 0 _1GpR | ||
20 | _1 0GpR | ||
21 | 1 1GpR | ||
22 | 238 2GpR | ||
23 | 0NpR | ||
24 | 1NpR | ||
25 | _1NpR | ||
26 | 2398NpR | ||
27 | _2983.2389NpR | ||