RESOLVED FIXED 21535
Add a test for null character data
https://bugs.webkit.org/show_bug.cgi?id=21535
Summary Add a test for null character data
Pam Greene (IRC:pamg)
Reported 2008-10-10 16:09:51 PDT
Bug 17876 fixed null strings, but didn't add a test ("should be easy to add one later," says the checkin comment). It turned out that null strings weren't the cause of bug 17876, and although the eventual fix added a test for the real cause, no test was added for null strings. So here's one for that.
Attachments
New test + result (1.37 KB, patch)
2008-10-10 16:14 PDT, Pam Greene (IRC:pamg)
darin: review+
Pam Greene (IRC:pamg)
Comment 1 2008-10-10 16:14:31 PDT
Created attachment 24278 [details] New test + result
Darin Adler
Comment 2 2008-10-10 16:16:28 PDT
Comment on attachment 24278 [details] New test + result r=me
Adam Barth
Comment 3 2008-10-12 13:44:31 PDT
I'll land this.
Darin Adler
Comment 4 2008-10-12 18:14:27 PDT
Assigning to Adam so I can see he's going to land it.
Adam Barth
Comment 5 2008-10-12 18:56:19 PDT
Fixed in r37542.
Note You need to log in before you can comment on or make changes to this bug.