01e98a6ce8
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> Fixed Tests Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
13 lines
385 B
JSON
13 lines
385 B
JSON
{
|
|
"description": [
|
|
{
|
|
"text": "Hello, Component!",
|
|
"color": "blue",
|
|
"bold": true,
|
|
"italic": true,
|
|
"underlined": true,
|
|
"strikethrough": true
|
|
}
|
|
],
|
|
"expected_output": "<span style=\"color: blue; font-weight: bold; font-style: italic;\"><s><u>Hello, Component!</u></s></span>"
|
|
} |