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

Unified Diff: tests/standalone/io/process_shell_test.dart

Issue 15743002: Add more escape tests to process_shell_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« 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: tests/standalone/io/process_shell_test.dart
diff --git a/tests/standalone/io/process_shell_test.dart b/tests/standalone/io/process_shell_test.dart
index add0c9fca7ca8cee3b536b465617dcd63f432ca2..6b436bd7ebb7b0d565fa4e3dbfd91846fd01970e 100644
--- a/tests/standalone/io/process_shell_test.dart
+++ b/tests/standalone/io/process_shell_test.dart
@@ -33,6 +33,8 @@ void testRunShell() {
test(["'\"\"'", "\"'\"'"]);
test(["'\$HOME'"]);
test(["'\$tmp'"]);
+ test(["arg'"]);
+ test(["arg\\'"]);
kustermann 2013/05/23 10:26:38 If you want to make sure that escaping works corre
Anders Johnsen 2013/05/23 15:22:57 Done.
}
kustermann 2013/05/23 10:26:38 I've one more question regarding the functionality
Anders Johnsen 2013/05/23 15:22:57 Please see https://codereview.chromium.org/1588300
void testShell() {
« 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