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

Side by Side 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, 9 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 unified diff | Download patch
« no previous file with comments | « testing/resources/javascript/consts.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Alert: border.s is solid 1 Alert: border.s is solid
2 Alert: border.b is beveled 2 Alert: border.b is beveled
3 Alert: border.d is dashed 3 Alert: border.d is dashed
4 Alert: border.i is inset 4 Alert: border.i is inset
5 Alert: border.u is underline 5 Alert: border.u is underline
6 Alert: border.nonesuch is undefined 6 Alert: border.nonesuch is undefined
7 Alert: display.visible is 0 7 Alert: display.visible is 0
8 Alert: display.hidden is 1 8 Alert: display.hidden is 1
9 Alert: display.noPrint is 2 9 Alert: display.noPrint is 2
10 Alert: display.noView is 3 10 Alert: display.noView is 3
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 011(\.|[- \d])* 99 011(\.|[- \d])*
100 Alert: RE_PHONE_COMMIT is 100 Alert: RE_PHONE_COMMIT is
101 \d{3}(\.|[- ])?\d{4}, 101 \d{3}(\.|[- ])?\d{4},
102 \d{3}(\.|[- ])?\d{3}(\.|[- ])?\d{4}, 102 \d{3}(\.|[- ])?\d{3}(\.|[- ])?\d{4},
103 \(\d{3}\)(\.|[- ])?\d{3}(\.|[- ])?\d{4}, 103 \(\d{3}\)(\.|[- ])?\d{3}(\.|[- ])?\d{4},
104 011(\.|[- \d])* 104 011(\.|[- \d])*
105 Alert: RE_SSN_ENTRY is 105 Alert: RE_SSN_ENTRY is
106 \d{0,3}(\.|[- ])?\d{0,2}(\.|[- ])?\d{0,4} 106 \d{0,3}(\.|[- ])?\d{0,2}(\.|[- ])?\d{0,4}
107 Alert: RE_SSN_COMMIT is 107 Alert: RE_SSN_COMMIT is
108 \d{3}(\.|[- ])?\d{2}(\.|[- ])?\d{4} 108 \d{3}(\.|[- ])?\d{2}(\.|[- ])?\d{4}
109 Alert: String equality test (==): true
110 Alert: String equality test (===): true
111 Alert: Array equality test (==): true
112 Alert: Array equality test (===): true
OLDNEW
« 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