diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-11T13·36+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-11T13·36+0000 |
commit | 5664b6d7ba28453ccdd6d1c07a707f98608500ff (patch) | |
tree | 60daaa7ce7b53cbfe2ec2a86aeb4eca792ccf7ca /tests/lang/eval-okay-xml.exp.xml | |
parent | b455c4c45cba49397952e662cace85aedb6848fe (diff) |
* Removed the "valid values" feature. Nobody uses it anyway.
Diffstat (limited to 'tests/lang/eval-okay-xml.exp.xml')
-rw-r--r-- | tests/lang/eval-okay-xml.exp.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/lang/eval-okay-xml.exp.xml b/tests/lang/eval-okay-xml.exp.xml index bfb34f81d0ad..0310f335c353 100644 --- a/tests/lang/eval-okay-xml.exp.xml +++ b/tests/lang/eval-okay-xml.exp.xml @@ -15,23 +15,8 @@ <arg name="z"> </arg> <arg name="x"> - <value> - <string value="a" /> - </value> - <value> - <string value="b" /> - </value> - <value> - <string value="cd" /> - </value> </arg> <arg name="y"> - <value> - <bool value="true" /> - </value> - <value> - <bool value="false" /> - </value> </arg> </function> </attr> |