diff options
author | Christian Theune <ct@flyingcircus.io> | 2016-01-06T09·03+0100 |
---|---|---|
committer | Christian Theune <ct@flyingcircus.io> | 2016-01-06T09·03+0100 |
commit | 5cdcaf5e8edd6679f667502eec421ac4e725d4ef (patch) | |
tree | ab550f06668023ee90c3b89d23838e60fab02952 /tests/lang/eval-okay-xml.exp.xml | |
parent | b4bda4765af09acb86a4dd71105059491e7dcc30 (diff) |
Adapt tests to show that floats work properly.
Diffstat (limited to 'tests/lang/eval-okay-xml.exp.xml')
-rw-r--r-- | tests/lang/eval-okay-xml.exp.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-xml.exp.xml b/tests/lang/eval-okay-xml.exp.xml index f124f939ed48..92b75e0b8b17 100644 --- a/tests/lang/eval-okay-xml.exp.xml +++ b/tests/lang/eval-okay-xml.exp.xml @@ -45,5 +45,8 @@ <attr name="x"> <int value="123" /> </attr> + <attr name="y"> + <float value="567.89" /> + </attr> </attrs> </expr> |