Chromium Code Reviews| Index: testing/resources/javascript/consts_expected.txt |
| diff --git a/testing/resources/javascript/consts_expected.txt b/testing/resources/javascript/consts_expected.txt |
| index 4476c62b245a46af4e26b75ae23b3a610326c2d5..1e661a10f791cb71a4c42e25702e07c85a50ced4 100644 |
| --- a/testing/resources/javascript/consts_expected.txt |
| +++ b/testing/resources/javascript/consts_expected.txt |
| @@ -106,3 +106,7 @@ Alert: RE_SSN_ENTRY is |
| \d{0,3}(\.|[- ])?\d{0,2}(\.|[- ])?\d{0,4} |
| Alert: RE_SSN_COMMIT is |
| \d{3}(\.|[- ])?\d{2}(\.|[- ])?\d{4} |
| +Alert: String equality test (==): true |
| +Alert: Sting equality test (===): true |
|
dsinclair
2016/03/03 18:12:50
nit: String
Tom Sepez
2016/03/03 18:15:33
Done.
|
| +Alert: Array equality test (==): true |
| +Alert: Array equality test (===): true |