@@ -209,10 +209,10 @@ public function data()
209209 [$ body1 , [$ filter12 ], 'anyof ' , false ],
210210 [$ body1 , [$ filter13 ], 'anyof ' , false ],
211211 [$ body1 , [$ filter14 ], 'anyof ' , true ],
212- [$ body1 , [$ filterEmailWithoutSpecificDomain ], 'anyof ' , true , " EMAIL properties with other domain exists, so this should return true " ],
212+ [$ body1 , [$ filterEmailWithoutSpecificDomain ], 'anyof ' , true , ' EMAIL properties with other domain exists, so this should return true ' ],
213213
214214 // Param filter with text-match
215- [$ body1 , [$ filter15 ], 'anyof ' , true , 'TEL;TYPE with value WORK exists, so this should return true ' ],
215+ [$ body1 , [$ filter15 ], 'anyof ' , true , 'TEL;TYPE with value WORK exists, so this should return true ' ],
216216 [$ body1 , [$ filter16 ], 'anyof ' , true , 'Some TEL;TYPE that do not match WORK exist. Match result is inverted, so this should return true ' ],
217217 [$ body1 , [$ filterNoTelWithTypeOther ], 'anyof ' , true , 'No TEL;TYPE contains OTHER. Match result is inverted, so this should return true ' ],
218218
0 commit comments