diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/test0/book.json | 2 | ||||
-rw-r--r-- | test/fixtures/test0/styles/website.css | 2 | ||||
-rw-r--r-- | test/fixtures/test1/book.json | 6 | ||||
-rw-r--r-- | test/fixtures/test4/book.js | 2 | ||||
-rw-r--r-- | test/fixtures/test4/test.svg | 12 |
5 files changed, 12 insertions, 12 deletions
diff --git a/test/fixtures/test0/book.json b/test/fixtures/test0/book.json index a2191b8..41faa63 100644 --- a/test/fixtures/test0/book.json +++ b/test/fixtures/test0/book.json @@ -1,3 +1,3 @@ { - "title": "Test" + "title": "Test" }
\ No newline at end of file diff --git a/test/fixtures/test0/styles/website.css b/test/fixtures/test0/styles/website.css index f0d5b13..5c5e887 100644 --- a/test/fixtures/test0/styles/website.css +++ b/test/fixtures/test0/styles/website.css @@ -1,3 +1,3 @@ body { - background: red; + background: red; } diff --git a/test/fixtures/test1/book.json b/test/fixtures/test1/book.json index 82c15c3..edaa4fc 100644 --- a/test/fixtures/test1/book.json +++ b/test/fixtures/test1/book.json @@ -1,5 +1,5 @@ { - "structure": { - "readme": "intro.md" - } + "structure": { + "readme": "intro.md" + } }
\ No newline at end of file diff --git a/test/fixtures/test4/book.js b/test/fixtures/test4/book.js index bf617cd..4642b56 100644 --- a/test/fixtures/test4/book.js +++ b/test/fixtures/test4/book.js @@ -1,3 +1,3 @@ module.exports = { - title: "Test 2" + title: "Test 2" }; diff --git a/test/fixtures/test4/test.svg b/test/fixtures/test4/test.svg index 417f2c1..48bba70 100644 --- a/test/fixtures/test4/test.svg +++ b/test/fixtures/test4/test.svg @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"> <svg version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360"> - <title id="test-title">basic SVG tiny doc</title> - <g id="test-body-content"> - <text font-family="Arial" font-size="14" text-anchor="middle" x="225" y="25">hello world</text> - </g> - <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">Revision: 1.1</text> - <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> + <title id="test-title">basic SVG tiny doc</title> + <g id="test-body-content"> + <text font-family="Arial" font-size="14" text-anchor="middle" x="225" y="25">hello world</text> + </g> + <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">Revision: 1.1</text> + <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> </svg> |