Changeset 48045 for trunk/src/wp-includes/Text/Diff/Engine/shell.php
- Timestamp:
- 06/15/2020 02:54:23 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/Text/Diff/Engine/shell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Text/Diff/Engine/shell.php
r41686 r48045 84 84 if ($from_line_no < $match[1] || $to_line_no < $match[4]) { 85 85 // copied lines 86 assert( '$match[1] - $from_line_no == $match[4] - $to_line_no');86 assert($match[1] - $from_line_no == $match[4] - $to_line_no); 87 87 array_push($edits, 88 88 new Text_Diff_Op_copy(
Note: See TracChangeset
for help on using the changeset viewer.