Skip to content

Commit 0946d59

Browse files
committed
Fix #58 - Side by side diff shows empty diff
- Reverted used sample texts.
1 parent 369b146 commit 0946d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
require '../vendor/autoload.php';
1212

1313
// Include two sample files for comparison.
14-
$sampleA = file_get_contents(dirname(__FILE__) . '/c.txt');
15-
$sampleB = file_get_contents(dirname(__FILE__) . '/d.txt');
14+
$sampleA = file_get_contents(dirname(__FILE__) . '/a.txt');
15+
$sampleB = file_get_contents(dirname(__FILE__) . '/b.txt');
1616

1717
// Options for generating the diff.
1818
$customOptions = [

0 commit comments

Comments
 (0)