Parser Extended Test 1
This is a regression test to see if the parser is tolerant to < characters
which aren't part of a tag.
The following ASCII image has all < and > characters encoded,
"Chucky" and "Lucky" should be rendered bold:
, ,
/( )`
\ \___ / |
/- _ `-/ '
(/\/ \ \ /\
/ / | ` \
O O ) / |
`-^--'`< '
(_.) _ ) /
`.___/` /
`-----' /
Chucky <----. __ / __ \
Gets <----|====O)))==) \) /====
Lucky <----' `--' `.__,' \
| |
\ / /\
______( (_ / \______/
,' ,-----' |
`--{__________)
The following ASCII image has non-encoded < and > characters,
"Chucky" and "Lucky" should be rendered Italic:
, ,
/( )`
\ \___ / |
/- _ `-/ '
(/\/ \ \ /\
/ / | ` \
O O ) / |
`-^--'`< '
(_.) _ ) /
`.___/` /
`-----' /
Chucky <----. __ / __ \
Gets <----|====O)))==) \) /====
Lucky <----' `--' `.__,' \
| |
\ / /\
______( (_ / \______/
,' ,-----' |
`--{__________)