daniellmb / markdownsharp

Automatically exported from code.google.com/p/markdownsharp
1 stars 0 forks source link

f3973492a27c breaks ConfigTest.TestEncodeProblemUrlCharacters #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Revision f3973492a27c removes underscore as a problem URL character but doesn't 
change the test, so ConfigTest.TestEncodeProblemUrlCharacters fails.

The easy fixes are to either rollback the revision or update the test; the 
slightly more sophisticated fix would be to make the problem URL characters 
part of the config.

Original issue reported on code.google.com by yatarchi...@googlemail.com on 21 Dec 2012 at 10:33