From e27b0832130957ef1d4cea695cd99777074094a1 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Tue, 12 May 2026 12:18:28 +0200 Subject: [PATCH] Update onEvent test to match expectation after the XSS fixes --- Tests/Unit/TestNSString+Utilities.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Unit/TestNSString+Utilities.m b/Tests/Unit/TestNSString+Utilities.m index 71ccd0825..62b7df802 100644 --- a/Tests/Unit/TestNSString+Utilities.m +++ b/Tests/Unit/TestNSString+Utilities.m @@ -107,8 +107,8 @@ testEquals([[NSString stringWithString:@"bar"] stringWithoutHTMLInjection: NO], @"foobar bar"); testEquals([[NSString stringWithString:@"foobar "] stringWithoutHTMLInjection: NO], @"foobar bar"); - testEquals([[NSString stringWithString:@"foobar
ABC
"] stringWithoutHTMLInjection: NO], @"
ABC
"); }