Skip to content

Commit

Permalink
Удалён фильтр с экранирующих предложений, имеющих в правой части блоки
Browse files Browse the repository at this point in the history
Такие предложения могут быть экранирующими, т.к. не имеют возврата
  • Loading branch information
kyaushev committed Jun 12, 2023
1 parent 155631d commit 7e6e81f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions autotests/screening-condition.ref
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ GetEnv {
}

ShellTest {
'unix', <GetEnv 'SHELL'> :
/*'unix', <GetEnv 'SHELL'> :
{ e.path '/bash' = Bash;
e.path '/tcsh' = Tcsh;
};
'unix' = <GetEnv 'shell'> :
{ e.path '/bash' = Bash;
e.path '/tcsh' = Tcsh;
};
};*/
'unix', <GetEnv 'SHELL'> : e.path '/tcsh' = Tcsh;
'unix' = Default;
}
4 changes: 2 additions & 2 deletions src/compiler/Checker-Screening.ref
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ FilterConditions {
)
= /* пусто */;

(
/*(
t.NumberedSentence-L
((t.Pattern e._ (e._ (CallBrackets e.1) e._) ((Sentences e.2) e._)) s.Num)

)
= /* пусто */;
= пусто ;*/

(t.NumberedSentence-L t.NumberedSentence-R)
= (t.NumberedSentence-L t.NumberedSentence-R);
Expand Down

0 comments on commit 7e6e81f

Please sign in to comment.