You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -677,7 +677,7 @@ public void editWithConflict(TestUtils setup, TestReference testReference)
677
677
678
678
wikiEditPageTab1.setContent(
679
679
"First line."
680
-
+ "\nSecond line."
680
+
+ "\n<script>alert('Second line.')</script>"
681
681
+ "\nLine N°4"
682
682
+ "\nFifth line."
683
683
+ "\n6th line."
@@ -690,9 +690,9 @@ public void editWithConflict(TestUtils setup, TestReference testReference)
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm
0 commit comments