# This is another parserTest file. # Parser tests should go to parserTests.txt # This one got exiliated here because its broken character # a) Already lost this test for years when removed on r12975 # b) Some text editors choke in the whole file due to the character !! test External links: invalid character NUL (stripped) !! input [http://www.example.com test] !! result

test

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

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

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

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

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

http://www.example.com test

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

http://www.example.com test

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

http://www.example.com� test

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

Alice in Wonderland

!! end