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

Unified Diff: test/inspector/runtime/set-or-map-entries-expected.txt

Issue 2530803002: Revert of Use parenthesis in descriptions for array/map/set lengths/sizes (Closed)
Patch Set: Created 4 years, 1 month 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 | « test/inspector/runtime/length-or-size-description-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/set-or-map-entries-expected.txt
diff --git a/test/inspector/runtime/set-or-map-entries-expected.txt b/test/inspector/runtime/set-or-map-entries-expected.txt
index edaee519fbbdb860f0b8e69bd9cae004a75a8d25..05f6d972f1e7925a9351775ca570db0abdb5f879 100644
--- a/test/inspector/runtime/set-or-map-entries-expected.txt
+++ b/test/inspector/runtime/set-or-map-entries-expected.txt
@@ -1,9 +1,9 @@
Test that Runtime.getProperties doesn't truncate set and map entries in internalProperties.
Entries for "createSet(10)"
-Array(10)
+Array[10]
Entries for "createSet(1000)"
-Array(1000)
+Array[1000]
Entries for "createMap(10)"
-Array(10)
+Array[10]
Entries for "createMap(1000)"
-Array(1000)
+Array[1000]
« no previous file with comments | « test/inspector/runtime/length-or-size-description-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698