Fix secondary bug with doc display.

This commit is contained in:
Hackerpilot 2016-03-27 22:01:06 -07:00
parent 2016878b85
commit 396c3c3cf1
2 changed files with 3 additions and 2 deletions
src/client
tests/tc031

View File

@ -328,7 +328,7 @@ Socket createSocket(string socketFile, ushort port)
void printDocResponse(AutocompleteResponse response)
{
import std.array: join;
response.docComments.join(r"\n\n").writeln;
response.docComments.join("\n").writeln;
}
void printLocationResponse(AutocompleteResponse response)

View File

@ -1 +1,2 @@
foo\nF\n\nbar\nB
foo\nF
bar\nB