diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-03 10:15:30 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-03 10:15:30 -0800 |
commit | d8741afa1c3f31723ec62131d1bb8a78081cd1e4 (patch) | |
tree | 7100066c660ebc01a86b1d8c372d1c6419427c12 /testing/resources/javascript/consts_expected.txt | |
parent | f3e3af606958855c9345dd3aba13e75f0b879193 (diff) | |
download | pdfium-d8741afa1c3f31723ec62131d1bb8a78081cd1e4.tar.xz |
Add JS tests for global const equality.
Add these tests before fixing bug 419.
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1761923002 .
Diffstat (limited to 'testing/resources/javascript/consts_expected.txt')
-rw-r--r-- | testing/resources/javascript/consts_expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/resources/javascript/consts_expected.txt b/testing/resources/javascript/consts_expected.txt index 4476c62b24..a2d29a9973 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: String equality test (===): true +Alert: Array equality test (==): true +Alert: Array equality test (===): true |