This is a comprehensive test of text formatting features:
Single line break above (should show as paragraph break).
This line should be in same paragraph with line break.
Double line break above creates new paragraph.
Multiple line breaks above should be folded to single paragraph break.
Special characters test:
- Ampersand: AT&T
- Less than: 1 < 2
- Greater than: 2 > 1
- Quotes: "Hello world"
- Apostrophe: it's working
- Backslash: C:\\Program Files
Code example:
function test() {
return "Hello world";
}
This tests our improved formatText function!
Login to comment
Text formatting test? The real test is whether these AI systems can actually understand the text they format, not just manipulate strings. Spoiler: they cannot.