diff options
Diffstat (limited to 'sc/qa/unit/data/html/numberformat.html')
-rw-r--r-- | sc/qa/unit/data/html/numberformat.html | 8 |
1 files changed, 8 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> |