mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
* Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and
the semantic changes.
This commit is contained in:
parent
be1961c9f8
commit
9e30694f98
19 changed files with 22 additions and 22 deletions
|
@ -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",[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue