aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorDavid Christenson2015-02-06 14:46:52 -0700
committerMike McQuaid2015-02-08 12:23:31 +0000
commit49c334a7f0760af024551afd8a1caf11746e0e11 (patch)
tree62dd7bf14602eca960a852bf4466055d133298e1 /Library/Homebrew/test
parentd8ce7e9a5243ce759e88cb48fdcf822393273cf5 (diff)
downloadhomebrew-49c334a7f0760af024551afd8a1caf11746e0e11.tar.bz2
Add test PDF and SVG.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/fixtures/test.pdf30
-rw-r--r--Library/Homebrew/test/fixtures/test.svg4
2 files changed, 34 insertions, 0 deletions
diff --git a/Library/Homebrew/test/fixtures/test.pdf b/Library/Homebrew/test/fixtures/test.pdf
new file mode 100644
index 000000000..3cbb42c3f
--- /dev/null
+++ b/Library/Homebrew/test/fixtures/test.pdf
@@ -0,0 +1,30 @@
+%PDF-1.6
+1 0 obj <</Type /Catalog /Pages 2 0 R>>
+endobj
+2 0 obj <</Type /Pages /Kids [3 0 R] /Count 1>>
+endobj
+3 0 obj<</Type /Page /Parent 2 0 R /Resources 4 0 R /MediaBox [0 0 500 800] /Contents 6 0 R>>
+endobj
+4 0 obj<</Font <</F1 5 0 R>>>>
+endobj
+5 0 obj<</Type /Font /Subtype /Type1 /BaseFont /Helvetica>>
+endobj
+6 0 obj
+<</Length 44>>
+stream
+BT /F1 24 Tf 175 720 Td (Homebrew test.)Tj ET
+endstream
+endobj
+xref
+0 7
+0000000000 65535 f
+0000000009 00000 n
+0000000056 00000 n
+0000000111 00000 n
+0000000212 00000 n
+0000000250 00000 n
+0000000317 00000 n
+trailer <</Size 7/Root 1 0 R>>
+startxref
+406
+%%EOF
diff --git a/Library/Homebrew/test/fixtures/test.svg b/Library/Homebrew/test/fixtures/test.svg
new file mode 100644
index 000000000..1869e624c
--- /dev/null
+++ b/Library/Homebrew/test/fixtures/test.svg
@@ -0,0 +1,4 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="160" height="35" id="Homebrew">
+<text transform="matrix(1 0 0 1 7 30)" font-size="30" font-family="Helvetica">Homebrew</text>
+<rect x="3" y="3" fill="none" stroke="#000" width="155" height="31"/>
+</svg>