tests: fix eicar test string escape
This fixes a warning issued by the Lix evaluator: > warning: \P is an ill-defined escape. You can drop the \ and simply > write P instead. Use --extra-deprecated-features broken-string-escape > to silence this warning.
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"root/eicar.com.txt".text = "X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*";
|
"root/eicar.com.txt".text = "X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
client =
|
client =
|
||||||
|
|||||||
Reference in New Issue
Block a user