diff options
author | Gavin Howard <yzena.tech@gmail.com> | 2019-02-25 13:48:39 -0700 |
---|---|---|
committer | Gavin Howard <yzena.tech@gmail.com> | 2019-02-25 13:48:39 -0700 |
commit | ce320c37bc185b1577734dc2d53d6d6ec74cd2d0 (patch) | |
tree | b8a3673c713c1146b0018d4904ad72a1cf8b2a0d /tests | |
parent | a19866f29707ce1fe953d03b857eb67fdfa2aabd (diff) | |
download | platform_external_bc-ce320c37bc185b1577734dc2d53d6d6ec74cd2d0.tar.gz platform_external_bc-ce320c37bc185b1577734dc2d53d6d6ec74cd2d0.tar.bz2 platform_external_bc-ce320c37bc185b1577734dc2d53d6d6ec74cd2d0.zip |
Add an error test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bc/errors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bc/errors.txt b/tests/bc/errors.txt index beb3d8c0..823e52d7 100644 --- a/tests/bc/errors.txt +++ b/tests/bc/errors.txt @@ -213,6 +213,7 @@ bytes(1) + 4 3 / 0.00000000000000 4e4.4 4e-4.2 +a[2^63] = 1 ibase = 100 length("string") abs("string") |