mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Bugfix
This commit is contained in:
parent
1f6e15bef7
commit
aa4287ed55
1 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue