fixed handling of quoted text adn standalone backslash and @
This commit is contained in:
parent
43eeb4528c
commit
8de06366cf
7 changed files with 61 additions and 25 deletions
|
|
@ -63,7 +63,8 @@ public class commentParser {
|
|||
}
|
||||
|
||||
if (!actualStr.equals(wantedStr)) {
|
||||
System.out.println("Documentation comments for " + e.getKey() + " do not match!");
|
||||
System.out.println("\n\n////////////////////////////////////////////////////////////////////////");
|
||||
System.out.println("Documentation comments for '" + e.getKey() + "' do not match!");
|
||||
String expectedFileName = "expected.txt";
|
||||
String gotFileName = "got.txt";
|
||||
System.out.println("Output is also saved to files '" + expectedFileName +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue