Index: tests/object-system.test =================================================================== diff -u -N -rc29a6f1e7448196346d3174a7f0a4cd18d65691a -r24724ebae83af4e0104b349a2fb582bfc71a7475 --- tests/object-system.test (.../object-system.test) (revision c29a6f1e7448196346d3174a7f0a4cd18d65691a) +++ tests/object-system.test (.../object-system.test) (revision 24724ebae83af4e0104b349a2fb582bfc71a7475) @@ -63,13 +63,15 @@ ? {p4 -- -x 1 2} {0 {-x 1 2}} ? {p4 --} {0 {}} ? {p4 -- --} {0 --} +? {p4 -y --} {0 {-y --}} ;# no -y parameter, so pushed into args ? {p5} {0 0 0 {}} ? {p5 -x 1} {1 0 0 {}} ? {p5 a} {0 0 1 {}} -? {p5 -y 1} {0 0 1 1} ;# "-y" is passed into arg, "1" into args +? {p5 -y 1} {0 0 1 1} ;# "-y" is passed into arg, "1" into args ? {p5 -y 1 2} {0 0 1 {1 2}} ;# "-y" is passed into arg, "1 2" into args -? {p5 -x 1 2} {1 0 1 {}} ;# "2" is passed into arg, "1 2" into args +? {p5 -x 1 2} {1 0 1 {}} ;# "2" is passed into arg, "1 2" into args +? {p5 -y --} {0 0 1 {}} ;# "--" is value of "y" # # Create objects and test its properties