summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsvalidator/files/fractiondigits-nonumber.xml
diff options
context:
space:
mode:
authorKarim Pinter <karim.pinter@qt.io>2017-02-02 14:16:16 +0200
committerKarim Pinter <karim.pinter@qt.io>2017-02-08 07:04:25 +0000
commitf6e5f6eaf2eb958aa043440c8941b25339644360 (patch)
tree1c7faee89ee0926a0146319c728b1144e5aaf1dd /tests/auto/xmlpatternsvalidator/files/fractiondigits-nonumber.xml
parent57a1b273a42746755bbcd93a74245d17afd81625 (diff)
downloadqtxmlpatterns-f6e5f6eaf2eb958aa043440c8941b25339644360.tar.gz
Fix previous fix for trailing 0 handling
The previous fix, 82c5cc6532ac5d0323ecda94b6767e1fdaef2639, wasn't handling properly double conversion to string, this change is rather going through the characters instead. It also adds new test cases. Task-number: QTBUG-58245 Change-Id: I1563d541b0c9fef1254b5fb728308fb2517ed3aa Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/xmlpatternsvalidator/files/fractiondigits-nonumber.xml')
-rw-r--r--tests/auto/xmlpatternsvalidator/files/fractiondigits-nonumber.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsvalidator/files/fractiondigits-nonumber.xml b/tests/auto/xmlpatternsvalidator/files/fractiondigits-nonumber.xml
new file mode 100644
index 0000000..ef17df3
--- /dev/null
+++ b/tests/auto/xmlpatternsvalidator/files/fractiondigits-nonumber.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tns:number xmlns:tns="http://www.example.org/FractionDigitsTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/FractionDigitsTest FractionDigitsTest.xsd">
+ <tns:value>.56</tns:value>
+</tns:number>
+