The beginning of bignums is in place, tests still pass.
This commit is contained in:
parent
c21a762413
commit
342f0308d3
11 changed files with 134 additions and 96 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
value=354
|
||||
expected="Integer cell: value ${value}"
|
||||
echo ${value} | target/psse -d 2>&1 | grep "${expected}" > /dev/null
|
||||
expected="Integer cell: value ${value},"
|
||||
echo ${value} | target/psse -v5 2>&1 | grep "${expected}" > /dev/null
|
||||
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue