diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T11·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T11·08+0000 |
commit | 9e30694f9838ff16533f614788c782503fe20967 (patch) | |
tree | 126a0d8786e74569c3975800ae67b3766e9529f8 /tests/lang/eval-okay-to-xml.exp | |
parent | be1961c9f8fbf71ab8ba7ba7a2da5dbb21be54b4 (diff) |
* Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and
the semantic changes.
Diffstat (limited to 'tests/lang/eval-okay-to-xml.exp')
-rw-r--r-- | tests/lang/eval-okay-to-xml.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-to-xml.exp b/tests/lang/eval-okay-to-xml.exp index ee7d4c7d32e5..0a4d1884eddd 100644 --- a/tests/lang/eval-okay-to-xml.exp +++ b/tests/lang/eval-okay-to-xml.exp @@ -1 +1 @@ -Str("<?xml version='1.0' encoding='utf-8'?>\n<expr>\n <list>\n <string value=\"ab\" />\n <int value=\"10\" />\n <attrs>\n <attr name=\"x\">\n <string value=\"x\" />\n </attr>\n <attr name=\"y\">\n <string value=\"x\" />\n </attr>\n </attrs>\n </list>\n</expr>\n") +Str("<?xml version='1.0' encoding='utf-8'?>\n<expr>\n <list>\n <string value=\"ab\" />\n <int value=\"10\" />\n <attrs>\n <attr name=\"x\">\n <string value=\"x\" />\n </attr>\n <attr name=\"y\">\n <string value=\"x\" />\n </attr>\n </attrs>\n </list>\n</expr>\n",[]) |