1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@54 6a642e6f-84f6-412e-ac94-c4a38d5a04b0

This commit is contained in:
tushkanchik 2007-10-26 22:04:59 +00:00
parent a44c7e40dd
commit b96d2b8a47
8 changed files with 55 additions and 0 deletions

6
FB2ReaderTests/test1.fb2 Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0" xmlns:xlink="http://www.w3.org/1999/xlink">
<body>
<p>Òåñò 1</p>
</body>
</FictionBook>

7
FB2ReaderTests/test2.fb2 Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0" xmlns:xlink="http://www.w3.org/1999/xlink">
<body>
<p>Òåñò 2</p>
<p>Äâà àáçàöà</p>
</body>
</FictionBook>

7
FB2ReaderTests/test3.fb2 Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook>
<body>
<p>Òåñò <sup>3</sup></p>
</body>
</FictionBook>

7
FB2ReaderTests/test4.fb2 Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook>
<body>
<p>Òåñò <sub>4</sub></p>
</body>
</FictionBook>

7
FB2ReaderTests/test5.fb2 Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook>
<body>
<p><emphasis>Òåñò 5</emphasis></p>
</body>
</FictionBook>

7
FB2ReaderTests/test6.fb2 Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook>
<body>
<p>Òåñò <strong>6</strong></p>
</body>
</FictionBook>

7
FB2ReaderTests/test7.fb2 Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook>
<body>
<p><strikethrough>Òåñò 7</strikethrough></p>
</body>
</FictionBook>

7
FB2ReaderTests/test8.fb2 Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<FictionBook>
<body>
<p>Òåñò 8. <code>Îôîðìëåíèå êîäà</code></p>
</body>
</FictionBook>