in.diff 633B

1234567891011121314151617181920212223242526
  1. diff --git a/2pdf.sh b/2pdf.sh
  2. index 529d8a3..ad71911 100755
  3. --- a/2pdf.sh
  4. +++ b/2pdf.sh
  5. @@ -13,3 +13,5 @@ INPUT=${1:-foo.html}
  6. OUTPUT=${INPUT%.html}.pdf
  7. wkhtmltopdf --page-size A4 $INPUT $OUTPUT # very very long comments ends here
  8. +
  9. +# EOF
  10. diff --git a/example.pdf b/example.pdf
  11. index 1eacfd8..3696851 100644
  12. Binary files a/example.pdf and b/example.pdf differ
  13. diff --git a/foo.html b/foo.html
  14. index d2fd3fb..13afa6e 100644
  15. --- a/foo.html
  16. +++ b/foo.html
  17. @@ -1,4 +1,4 @@
  18. -<!doctype html>
  19. +<!DOCTYPE html>
  20. <html>
  21. <head>
  22. diff --git a/foo.pdf b/foo.pdf
  23. index 0e90017..3c3b90d 100644
  24. Binary files a/foo.pdf and b/foo.pdf differ