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

Unified Diff: pkg/http_server/test/virtual_directory_test.dart

Issue 227133004: Fix long line. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_server/test/virtual_directory_test.dart
diff --git a/pkg/http_server/test/virtual_directory_test.dart b/pkg/http_server/test/virtual_directory_test.dart
index 4c1529cd1f8fcf1eb7758f0ad75d02b124c68425..97c7332fb66e82107e8a941aadcae21a5c0fe0a5 100644
--- a/pkg/http_server/test/virtual_directory_test.dart
+++ b/pkg/http_server/test/virtual_directory_test.dart
@@ -166,7 +166,8 @@ void main() {
testVirtualDir('encoded-path', (dir) {
var virDir = new VirtualDirectory(dir.path);
- new Directory('${dir.path}/javascript:alert(document);"').createSync();
+ new Directory('${dir.path}/javascript:alert(document);"')
+ .createSync();
virDir.allowDirectoryListing = true;
return getAsString(virDir, '/')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698