mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
more consistent rendering of the '~' character in the documentation
This commit is contained in:
parent
c95c3fb4d3
commit
e586df4dfb
@ -152,6 +152,9 @@ public class DocuTest extends TestCase {
|
||||
}
|
||||
first = false;
|
||||
switch (c) {
|
||||
case '~':
|
||||
sb.append("\u00ac");
|
||||
break;
|
||||
case '<':
|
||||
sb.append("<");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user