enhance store feature
[calc.git] / calc.c
diff --git a/calc.c b/calc.c
index 9e2134426de8b15aeefe5a91fd7ab12af28194df..fe752407871ae429ab4a4a91aa8df1abdbb02059 100644 (file)
--- a/calc.c
+++ b/calc.c
@@ -246,6 +246,6 @@ int main (int argc, char *argv[])
 // test: echo -e '\n\n\n' | calc.exe -n
 // test: echo -e '1.5\nsto (2)\n3 + rcl(2) * 4\nsto (5)' | calc.exe | grep -q 9
 // test: echo -e '1\nsto (0)\nsto (11)\nrcl (0)\nrcl (11)' | calc.exe | grep -c invalid | xargs test 4 =
-// test: echo -e '1\nsto (2)\n3\nsto (5)\ndisp' | calc.exe | grep -q '0 1 0 0 3 0 0 0 0 0'
+// test: echo -e '1\nsto (2)\n3\nsto (5, 7)\nsto(9)\ndisp' | calc.exe | grep -q '0 1 0 0 7 0 0 0 7 0'
 
 /* vim: set ts=4 sw=4 et: */