In some WebKitGTK versions, we were getting the following error from within WebKit when running the `replace_non_breaking_space` test: > SyntaxError Invalid character: '\0' Doing some further investigation, it seems like webkit was choking on the raw non-breaking space character (NBSP) that we were using in the test's string literals, specifically the first byte of its raw value `U+00A0`. Work around this for now by generating the NBSP in Javascript itself, rather than passing on the raw value. |
||
|---|---|---|
| .. | ||
| components-page-state-test.vala | ||
| composer-page-state-test.vala | ||
| conversation-page-state-test.vala | ||