tests/functional2/lang: Migrate eval-okay-xml

Change-Id: Ib626c3f4ca38b618bab368f0d23829debc5ec38b
This commit is contained in:
Commentator2.0
2025-11-18 19:52:17 +01:00
parent 68a39b1d6e
commit 4da70ab3bd
4 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ with import ./config.nix;
};
fetchurl = import <nix/fetchurl.nix> {
url = "file://" + toString ./lang/eval-okay-xml.exp.xml;
sha256 = "sha256-behBlX+DQK/Pjvkuc8Tx68Jwi4E5v86wDq+ZLaHyhQE=";
url = "file://" + toString ./dummy;
sha256 = "sha256-0qhPS4tlCTfsj3PNi+LHSt1akRumTfJ0WO2CKdqASiY=";
};
}
@@ -0,0 +1,3 @@
[[test]]
runner = "eval-okay"
flags = ["--xml", "--no-location"]