aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-02-02 12:45:44 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-02-02 12:45:44 +0100
commit17e3f353df3d829ce57f3eb16ab5c810056cdf9b (patch)
tree63de40310671aecd7be967c1e389781a62edff31 /tests
parentcd35bbbeef72375873e396b9ffed14a4638693a8 (diff)
parent7d4cc5515ce5e4972fd5b474ae18cf95f6ea257e (diff)
Merge branch 'parser-improvements' of https://github.com/pennae/nix
Diffstat (limited to 'tests')
-rw-r--r--tests/check.nix2
-rw-r--r--tests/lang/eval-okay-xml.exp.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/check.nix b/tests/check.nix
index ec455ae2d..ed91ff845 100644
--- a/tests/check.nix
+++ b/tests/check.nix
@@ -50,6 +50,6 @@ with import ./config.nix;
fetchurl = import <nix/fetchurl.nix> {
url = "file://" + toString ./lang/eval-okay-xml.exp.xml;
- sha256 = "0kg4sla7ihm8ijr8cb3117fhl99zrc2bwy1jrngsfmkh8bav4m0v";
+ sha256 = "sha256-behBlX+DQK/Pjvkuc8Tx68Jwi4E5v86wDq+ZLaHyhQE=";
};
}
diff --git a/tests/lang/eval-okay-xml.exp.xml b/tests/lang/eval-okay-xml.exp.xml
index 92b75e0b8..20099326c 100644
--- a/tests/lang/eval-okay-xml.exp.xml
+++ b/tests/lang/eval-okay-xml.exp.xml
@@ -31,9 +31,9 @@
<attr name="f">
<function>
<attrspat>
- <attr name="z" />
<attr name="x" />
<attr name="y" />
+ <attr name="z" />
</attrspat>
</function>
</attr>