diff --git a/src/test/java/org/olat/ims/qti21/pool/QTI12To21HtmlHandlerTest.java b/src/test/java/org/olat/ims/qti21/pool/QTI12To21HtmlHandlerTest.java
index 9fea1fd7cdad4e52c74e4692c7098b3ab41ef7a7..5720178d5ed5b6c8089ea7ba0d54dc2eddc863ac 100644
--- a/src/test/java/org/olat/ims/qti21/pool/QTI12To21HtmlHandlerTest.java
+++ b/src/test/java/org/olat/ims/qti21/pool/QTI12To21HtmlHandlerTest.java
@@ -44,7 +44,11 @@ public class QTI12To21HtmlHandlerTest {
                 { "Hello world", "Hello world" },
                 { "First line <br/>Second line", "<p>First line <br/>Second line</p>" },
                 { "<hr />And some content", "<hr/><p>And some content</p>" },
-                { "Some content<br />&nbsp;<br /><strong>Strong content!</strong>", "<p>Some content<br/>\u00A0<br/><strong>Strong content!</strong></p>" }  
+                { "Some content<br />&nbsp;<br /><strong>Strong content!</strong>", "<p>Some content<br/>\u00A0<br/><strong>Strong content!</strong></p>" },
+                // https://jira.openolat.org/browse/OO-2608
+                { "What are the two different approaches to set up special conditions?<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />",
+                  "<p>What are the two different approaches to set up special conditions?<br/>                                   <br/></p>"
+                }  
         });
     }