--TEST-- Text_Diff: Text_Diff_Engine_string test. --FILE-- --EXPECT-- text_diff object ( [_edits] => array ( [0] => text_diff_op_copy object ( [orig] => array ( [0] => this line is the same. ) [final] => array ( [0] => this line is the same. ) ) [1] => text_diff_op_change object ( [orig] => array ( [0] => this line is different in 1.txt ) [final] => array ( [0] => this line is different in 2.txt ) ) [2] => text_diff_op_copy object ( [orig] => array ( [0] => this line is the same. ) [final] => array ( [0] => this line is the same. ) ) ) ) text_diff object ( [_edits] => array ( [0] => text_diff_op_copy object ( [orig] => array ( [0] => this line is the same. ) [final] => array ( [0] => this line is the same. ) ) [1] => text_diff_op_change object ( [orig] => array ( [0] => this line is different in 1.txt ) [final] => array ( [0] => this line is different in 2.txt ) ) [2] => text_diff_op_copy object ( [orig] => array ( [0] => this line is the same. ) [final] => array ( [0] => this line is the same. ) ) ) )