Skip to content

Instantly share code, notes, and snippets.

@nikhgupta
Created October 22, 2016 15:09
Show Gist options
  • Save nikhgupta/3a8703f8659a1739647c3c480a95ed87 to your computer and use it in GitHub Desktop.
Save nikhgupta/3a8703f8659a1739647c3c480a95ed87 to your computer and use it in GitHub Desktop.
Sample Files for Testing with Applications
<html>
<body>
<h1>Note</h1>
<p>Sent to <em>Tove</em> from <em>Jani</em> with heading <strong><em>Reminder</em></strong>
and body <strong>Don't forget me this weekend!</strong></p>
</body>
</html>
{
"note": {
"to": "Tove",
"from": "Jani",
"heading": "Reminder",
"body": "Don't forget me this weekend!"
}
}

Note

Sent to Tove from Jani with heading Reminder and body Don't forget me this weekend!

<?xml version="1.0" encoding="UTF-8"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment