feat(dart): add Dart module (#1392)

This commit is contained in:
Dario Vladović
2020-07-29 17:38:23 +02:00
committed by GitHub
parent feb4124cac
commit 84f049f836
9 changed files with 220 additions and 0 deletions
+6
View File
@@ -49,6 +49,12 @@ Default target: x86_64-apple-macosx\n",
),
stderr: String::default(),
}),
"dart --version" => Some(CommandOutput {
stdout: String::default(),
stderr: String::from(
"Dart VM version: 2.8.4 (stable) (Wed Jun 3 12:26:04 2020 +0200) on \"macos_x64\"",
),
}),
"dummy_command" => Some(CommandOutput {
stdout: String::from("stdout ok!\n"),
stderr: String::from("stderr ok!\n"),