Appendix C: Example Data
This appendix contains example data files that are used in conformance tests throughout the specification.
Resource: cities.txt
Houston
Chicago
Piscataway
Houston
Chicago
Piscataway
Resource: comment.txt
# this is a comment
A
B
C
# this is a comment
A
B
C
Resource: greetings.txt
hello world
hi_world
hello nurse
hello world
hi_world
hello nurse
Resource: hello.txt
hello
hello
Resource: questions.txt
What is the meaning of life?
How do I exit vim?
Why is the sky blue?
What is the meaning of life?
How do I exit vim?
Why is the sky blue?
Resource: answers.txt
42
Press ESC then type :q!
Rayleigh scattering
42
Press ESC then type :q!
Rayleigh scattering
Resource: request.txt
GET /hello HTTP/1.1
Host: example.com
GET /hello HTTP/1.1
Host: example.com
Resource: response.txt
HTTP/1.1 200 OK
Content-Type: text/plain
Hello, World!
HTTP/1.1 200 OK
Content-Type: text/plain
Hello, World!
Resource: wizard.txt
Gandalf the Grey
Merlin
Albus Dumbledore
Gandalf the Grey
Merlin
Albus Dumbledore
Resource: spell.txt
You shall not pass!
Abracadabra
Expecto Patronum
You shall not pass!
Abracadabra
Expecto Patronum
Resource: testdir/example.txt
This is an example file in a subdirectory.
This is an example file in a subdirectory.
Resource: person.json
{
"name": "John",
"age": 42
}
{
"name": "John",
"age": 42
}