summaryrefslogtreecommitdiffstats
path: root/sc/qa/unit/data/html
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/data/html')
-rw-r--r--sc/qa/unit/data/html/numberformat.html8
-rw-r--r--sc/qa/unit/data/html/tdf103960.htmlbin0 -> 971 bytes
-rw-r--r--sc/qa/unit/data/html/tdf88821-2.html19
-rw-r--r--sc/qa/unit/data/html/tdf88821.html23
4 files changed, 50 insertions, 0 deletions
diff --git a/sc/qa/unit/data/html/numberformat.html b/sc/qa/unit/data/html/numberformat.html
new file mode 100644
index 000000000..f5fdc026f
--- /dev/null
+++ b/sc/qa/unit/data/html/numberformat.html
@@ -0,0 +1,8 @@
+<html lang="en">
+<body>
+<table>
+ <tr><td>Product</td><td>Price</td><td>Note</td></tr>
+ <tr><td>Google Nexus 7 (8GB)</td><td>199.98</td><td>This should be imported as a number, not text.</td></tr>
+</table>
+</body>
+</html>
diff --git a/sc/qa/unit/data/html/tdf103960.html b/sc/qa/unit/data/html/tdf103960.html
new file mode 100644
index 000000000..3e07ac127
--- /dev/null
+++ b/sc/qa/unit/data/html/tdf103960.html
Binary files differ
diff --git a/sc/qa/unit/data/html/tdf88821-2.html b/sc/qa/unit/data/html/tdf88821-2.html
new file mode 100644
index 000000000..e71094aba
--- /dev/null
+++ b/sc/qa/unit/data/html/tdf88821-2.html
@@ -0,0 +1,19 @@
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+</head>
+<body>
+ <table border="1">
+ <tr>
+ <td>Text</td>
+ <td>Decimal</td>
+ <td>Date</td>
+ </tr>
+ <tr>
+ <td>ABCabcČŠŽčšž</td>
+ <td>10,50</td>
+ <td>30.1.2015</td>
+ </tr>
+ </table>
+</body>
+</html>
diff --git a/sc/qa/unit/data/html/tdf88821.html b/sc/qa/unit/data/html/tdf88821.html
new file mode 100644
index 000000000..f8e22c873
--- /dev/null
+++ b/sc/qa/unit/data/html/tdf88821.html
@@ -0,0 +1,23 @@
+<meta http-equiv="Content-type" content="application/xhtml+xml; charset=UTF-8" xmlns:myObj="urn:ms-kb" xmlns:myObjConvertBool="urn:ms-bool" xmlns:myObjConvertDecimal="urn:ms-dec" xmlns:myObjConvertText="urn:ms-text" />
+<HTML xmlns:myObj="urn:ms-kb" xmlns:myObjConvertBool="urn:ms-bool" xmlns:myObjConvertDecimal="urn:ms-dec" xmlns:myObjConvertText="urn:ms-text">
+ <HEAD>
+ <STYLE>.HDR { background-color:bisque;font-weight:bold }</STYLE>
+ </HEAD>
+ <BODY>
+ <TABLE>
+ <COLGROUP WIDTH="150" ALIGN="LEFT" />
+ <COLGROUP WIDTH="150" ALIGN="LEFT" />
+ <TD CLASS="HDR" ALIGN="CENTER">
+ Code de la liste</TD>
+ <TD CLASS="HDR" ALIGN="CENTER">
+ Libellé de la liste</TD>
+ <TR>
+ <TD CLASS="TDR">
+ ACT_PERIMETRE</TD>
+ <TD CLASS="TDR">
+ Périmètre</TD>
+ </TR>
+ </TABLE>
+ </BODY>
+</HTML>
+