!! Version 2 # This is another parserTest file. # Parser tests should go to parserTests.txt # This one got exiled here because it's testing a broken character # a) Already lost this test for years when removed on r12975 # b) Some text editors choke on the file due to the character !! test External links: invalid character NUL (stripped) !! wikitext [http://www.example.com test] !! html

test

!! end !! test External links: invalid character backspace (preserved) !! options preprocessor=Preprocessor_Hash !! wikitext [http://www.example.com test] !! html

[http://www.example.com test]

!! end !! test External links: invalid character backspace (replaced) !! options preprocessor=Preprocessor_DOM !! wikitext [http://www.example.com test] !! html

[http://www.example.com� test]

!! end !! test Magic link: invalid character NUL (stripped) !! wikitext http://www.example.com test !! html

http://www.example.com test

!! end !! test Magic link: invalid character backspace (preserved) !! options preprocessor=Preprocessor_Hash !! wikitext http://www.example.com test !! html

http://www.example.com test

!! end !! test Magic link: invalid character backspace (replaced) !! options preprocessor=Preprocessor_DOM !! wikitext http://www.example.com test !! html

http://www.example.com� test

!! end !! test External links: tab character !! wikitext [http://www.example.com Alice in Wonderland] !! html

Alice in Wonderland

!! end