apiaryio / gavel2html

Renders HTML diff from Gavel.js output
MIT License
0 stars 0 forks source link

Diff between expected JSON and actual text is malformed #22

Open artem-zakharchenko opened 5 years ago

artem-zakharchenko commented 5 years ago

Consider diffing the following:

Expected

[
  {
    "id": 1,
    "title": "Jogging in park"
  },
  {
    "id": 2,
    "title": "Pick-up posters from post-office"
  }
]

Actual

The proxy server could not handle the request, because upstream API server is unknown (missing HOST section in API Blueprint). You can try using Mock server instead: http://mock-faf90individualprivatetest.apiary-mock.com/notes

See the distorted diff when viewing the Responsive diff in the console.