1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00
This commit is contained in:
Jannis 2024-08-14 09:11:29 +00:00 committed by GitHub
parent 1f6e15bef7
commit aa4287ed55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -394,11 +394,11 @@ namespace IDE
{
if(i.StartsWith('\v'))
{
if(i == "\vSf")
if(i == "Sf")
testEntry.mShouldFail = true;
else if(i == "\vPr")
else if(i == "Pr")
testEntry.mProfile = true;
else if(i == "\vIg")
else if(i == "Ig")
testEntry.mIgnore = true;
}
else if(i.StartsWith("Name"))