mathiasbynens / small

Smallest possible syntactically valid files of different types
https://mathiasbynens.be/notes/minimal-html
1.93k stars 184 forks source link

Add smallest possible diff file #124

Open davidak opened 3 years ago

davidak commented 3 years ago

Closes #122

You can apply it with: patch -p0 < c.patch

There are smaller patches possible, but i think this is OK for now.

Feel free to improve in an additional PR!