Changeset 48 for trunk/orca/tests

Show
Ignore:
Timestamp:
02/13/06 19:30:32 (3 years ago)
Author:
jvargas
Message:

Fixed regresion test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/tests/working/op_compare.r

    r1 r48  
    2020b: 1.2.3 
    2121print ["tuple1" 
    22     = a b 
    23     == a b 
     22    a = b 
     23    a == b 
    2424    same? a b 
    2525] 
     
    2727b: 1.2.3.4 
    2828print ["tuple2" 
    29     = a b 
    30     == a b 
     29    a = b 
     30    a == b 
    3131    same? a b 
    3232] 
    3333 
     34b: 1.2.3.0 
     35print ["tuple3" 
     36    a = b 
     37    a == b 
     38    same? a b 
     39] 
    3440 
    3541a: 11