Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: testing/resources/javascript/consts_expected.txt

Issue 1761923002: Add JS tests for global const equality. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Typos. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/resources/javascript/consts.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a2d29a99731ce4a379ae860a885b6394762eae6d 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
« no previous file with comments | « testing/resources/javascript/consts.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698