Bug 18158

Summary: old sources with small bugs
Product: Sisyphus Reporter: Alex Murygin <alex.murugin>
Component: dict-engcomAssignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P2 CC: lav
Version: unstable   
Hardware: all   
OS: Linux   

Description Alex Murygin 2008-12-09 16:37:10 MSK
Source2: mueller2utf8
не используется уже, а в нем маленький баг нашел
- if( substr( $rightpart, 0, 1 ) != "[" ) {
+ if( substr( $rightpart, 0, 1 ) ne "[" ) {
просьба или вообще этот source выкинуть или поправить исходник )
Comment 1 Vitaly Lipatov 2008-12-09 23:39:48 MSK
А в чём баг? Я всегда пишу !=
выкинул в engcom-1.35-alt2.src.rpm
Comment 2 Alex Murygin 2008-12-10 12:53:45 MSK
заставили посомневаться что я еще помню перл )
http://search.cpan.org/dist/perl/pod/perlop.pod#Equality_Operators____
)
Binary "!=" returns true if the left argument is numerically not equal to the right argument. 
Binary "ne" returns true if the left argument is stringwise not equal to the right argument. 
Comment 3 Vitaly Lipatov 2008-12-10 22:37:47 MSK
Ой, извините, я почему-то решил что это был bash :)
Спасибо за уточнение.