"_Checking about the **Latest Trends** in **Development World** makes ourselves ==Progressive==_, [check @ here](https://dev.to). _Moreover, **Typo** is the ==Time killing Error== in Development. So **Avoid ~~typos~~**._";
"**Sunset** is the time of day when our ==sky meets the outer space solar winds==. There are _blue_, _pink_, and _purple_ swirls, spinning and twisting, like ==clouds of balloons caught in a whirlwind==. The sun moves slowly to hide behind the line of horizon, while the moon races to take its place in prominence atop the night sky. People slow to a crawl, entranced, fully forgetting the deeds that must still be done. _==**There is a coolness, a calmness, when the sun does set**==_.";
@ -86,4 +87,53 @@ describe("Parser Checks", function () {
},
},
]);
]);
});
});
it("AST -> Markdown -> AST",function(){
constinput=[
{type:"bold",children:["Sunset"]},
{type:"text",children:[" is the time of day when our "]},
{
type:"underline",
children:["sky meets the outer space solar winds"],
},
{type:"text",children:[". There are "]},
{type:"italics",children:["blue"]},
{type:"text",children:[", "]},
{type:"italics",children:["pink"]},
{type:"text",children:[", and "]},
{type:"italics",children:["purple"]},
{
type:"text",
children:[" swirls, spinning and twisting, like "],
},
{
type:"underline",
children:["clouds of balloons caught in a whirlwind"],
},
{
type:"text",
children:[
". The sun moves slowly to hide behind the line of horizon, while the moon races to take its place in prominence atop the night sky. People slow to a crawl, entranced, fully forgetting the deeds that must still be done. ",
],
},
{
type:"italics",
children:[
{
type:"underline",
children:[
{
type:"bold",
children:[
"There is a coolness, a calmness, when the sun does set",