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

Unified Diff: test/inspector/debugger/protocol-string-to-double-locale.js

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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
Index: test/inspector/debugger/protocol-string-to-double-locale.js
diff --git a/test/inspector/debugger/protocol-string-to-double-locale.js b/test/inspector/debugger/protocol-string-to-double-locale.js
index ef81dd3ec349eeb7806178c234d794fe8d100477..89b6d826ffbc8432c2f43eaac3fb5bf3450d71dd 100644
--- a/test/inspector/debugger/protocol-string-to-double-locale.js
+++ b/test/inspector/debugger/protocol-string-to-double-locale.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests that double numbers are parsed and serialized correctly on different locales');
+
(async function() {
InspectorTest.log('This test verifies that we correctly parse doubles with non-US locale');
utils.setlocale("fr_CA.UTF-8");

Powered by Google App Engine
This is Rietveld 408576698