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

Unified Diff: samples/tests/samples/total/total_test_lib.dart

Issue 10565029: Fix + usages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: samples/tests/samples/total/total_test_lib.dart
diff --git a/samples/tests/samples/total/total_test_lib.dart b/samples/tests/samples/total/total_test_lib.dart
index a51f57fc2448db1694db2db01eb796631f46bd5a..28376d6acd228a00b7fad5f8d6ba8a056668dc38 100644
--- a/samples/tests/samples/total/total_test_lib.dart
+++ b/samples/tests/samples/total/total_test_lib.dart
@@ -143,7 +143,7 @@ totalTests() {
test('Scanner', () {
{
String input =
- "ROUND(R1C0 * ((R1C1 / 1234.0000) / (1 - POWER(1 + (R1C1 / 1234.5000)," +
+ "ROUND(R1C0 * ((R1C1 / 1234.0000) / (1 - POWER(1 + (R1C1 / 1234.5000),"
" -12 * R1C2))), 2)";
Scanner scanner =
new Scanner.preserveWhitespace(input,
« no previous file with comments | « samples/tests/samples/proxy/mint_maker_promise_with_stubs_generated_test.dart ('k') | samples/ui_lib/view/ConveyorView.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698