| 1 | BASE64_LIKE=VGhpcyBpcyBhIHRlc3Qgc3RyaW5nIGZvciBiYXNlNjQgbGlrZSBkYXRh |
| 2 | CONTROL_CHARS=Tab Newline |
| 3 | Carriage ReturnFormBackspace |
| 4 | HTML_ENTITIES=<script>alert('test');</script> |
| 5 | LONG_REPLACEMENT= - This replacement text is intentionally very long to test how the parser handles large string operations and memory allocation during variable substitution processing. |
| 6 | LONG_STRING=This is a very long string that repeats many times to test buffer handling. This is a very long string that repeats many times to test buffer handling. This is a very long string that repeats many times to test buffer handling. This is a very long string that repeats many times to test buffer handling. This is a very long string that repeats many times to test buffer handling. |
| 7 | MAC_NEWLINES=Line1 Line2 Line3 |
| 8 | MESSAGE=Test message |
| 9 | MIXED_QUOTES=Double "quoted" with 'single' and `backtick` quotes |
| 10 | NULL_BYTE_STRING=Before null |
| 11 | REGEX_CHARS=.*?+[]{}()^$|\special |
| 12 | UNICODE_TEST=Unicode: αβγ 中文 🚀 العربية |
| 13 | UNIX_NEWLINES=Line1 |
| 14 | Line2 |
| 15 | Line3 |
| 16 | URL_ENCODED=Hello%20World%21%40%23%24%25%5E%26%2A%28%29 |
| 17 | WHITESPACE_ONLY= |
| 18 | |
| 19 | WINDOWS_NEWLINES=Line1 |
| 20 | Line2 |
| 21 | Line3 |
| 22 | ZERO_WIDTH=Zerowidthjoinertest |
| 23 |