make tests green

This commit is contained in:
Andreas Rumpf
2018-05-05 11:55:53 +02:00
parent bbb0fd4eb7
commit d8fde9daba
6 changed files with 17 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ semiProblem()
# bug #844
import json
proc parseResponse(): PJsonNode =
proc parseResponse(): JsonNode =
result = % { "key1": % { "key2": % "value" } }
for key, val in result["key1"]:
var excMsg = key & "("