check quoting rules

This commit is contained in:
Alex Schroeder
2006-03-06 00:02:00 +00:00
parent af53513ee6
commit 2f3090540b

16
test.pl
View File

@@ -2022,6 +2022,22 @@ ____ and __
//// and //
i think //the paragraph should be the limit\n\nright?//
i think //the paragraph should be the limit<p>right?//</p>
'hi'
hi
say 'hi' to mom
say hi to mom
say 'hi!' to mom
say hi! to mom
i'm tired
im tired
"hi"
“hi”
say "hi" to mom
say “hi” to mom
say "hi!" to mom
say “hi!” to mom
i"m tired
i"m tired
EOT
run_tests();