Chromium Code Reviews| Index: test/message/function-sent-escaped.out |
| diff --git a/test/message/function-sent-escaped.out b/test/message/function-sent-escaped.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d9613d8ef41d56f9fc4b7af0721e22e1c2d52258 |
| --- /dev/null |
| +++ b/test/message/function-sent-escaped.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:8: SyntaxError: 'function.sent' must not contain escaped characters |
| + return function.s\u0065nt; |
| + ^^^^^^^^^^^^^^^^^^ |
| +SyntaxError: 'function.sent' must not contain escaped characters |