1 # This is another parserTest file.
2 # Parser tests should go to parserTests.txt
3 # This one got exiliated here because its broken character
4 # a) Already lost this test for years when removed on r12975
5 # b) Some text editors choke in the whole file due to the
\0 character
8 External links: invalid character NUL (stripped)
10 [http://www.example.com
\0 test]
12 <p><a rel="nofollow" class="external text" href="http://www.example.com">test</a>
17 External links: invalid character backspace (preserved)
19 preprocessor=Preprocessor_Hash
21 [http://www.example.com
\b test]
23 <p>[<a rel="nofollow" class="external free" href="http://www.example.com">http://www.example.com</a>
\b test]
28 External links: invalid character backspace (replaced)
30 preprocessor=Preprocessor_DOM
32 [http://www.example.com
\b test]
34 <p>[<a rel="nofollow" class="external free" href="http://www.example.com">http://www.example.com</a>� test]
39 Magic link: invalid character NUL (stripped)
41 http://www.example.com
\0 test
43 <p><a rel="nofollow" class="external free" href="http://www.example.com">http://www.example.com</a> test
48 Magic link: invalid character backspace (preserved)
50 preprocessor=Preprocessor_Hash
52 http://www.example.com
\b test
54 <p><a rel="nofollow" class="external free" href="http://www.example.com">http://www.example.com</a>
\b test
59 Magic link: invalid character backspace (replaced)
61 preprocessor=Preprocessor_DOM
63 http://www.example.com
\b test
65 <p><a rel="nofollow" class="external free" href="http://www.example.com">http://www.example.com</a>� test
70 External links: tab character
72 [http://www.example.com Alice in Wonderland]
74 <p><a rel="nofollow" class="external text" href="http://www.example.com">Alice in Wonderland</a>