Sent to Tove from Jani with heading Reminder and body Don't forget me this weekend!
Created
October 22, 2016 15:09
-
-
Save nikhgupta/3a8703f8659a1739647c3c480a95ed87 to your computer and use it in GitHub Desktop.
Sample Files for Testing with Applications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"note": { | |
"to": "Tove", | |
"from": "Jani", | |
"heading": "Reminder", | |
"body": "Don't forget me this weekend!" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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