Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-rendering
Commits
157bd2b5
Commit
157bd2b5
authored
Dec 08, 2021
by
Thomas Mortagne
Browse files
XRENDERING-621: Make rendering errors translatables and extendables
* fix test
parent
8a6b78be
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformationTest.java
View file @
157bd2b5
...
...
@@ -276,7 +276,7 @@ public void transformNotExistingMacro() throws Exception
String
expected
=
"beginDocument\n"
+
"beginMacroMarkerStandalone [notexisting] []\n"
+
"beginGroup [[class]=[xwikirenderingerror]]\n"
+
"onWord [Unknown macro: notexisting.]\n"
+
"onWord [Unknown macro: notexisting.
Click on this message for details.
]\n"
+
"endGroup [[class]=[xwikirenderingerror]]\n"
+
"beginGroup [[class]=[xwikirenderingerrordescription hidden]]\n"
+
"onVerbatim [The [notexisting] macro is not in the list of registered macros. "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment