fix: manage sandboxed version of OCaml (#1433)

* fix: manage sandboxed version of OCaml

* fmt: apply cargo fmt

Co-authored-by: Thomas Haesslé <thaessle@cutii.io>
This commit is contained in:
Thomas Haessle
2020-07-05 19:20:11 +02:00
committed by GitHub
parent c6c1bc435d
commit 021d82a224
3 changed files with 40 additions and 4 deletions
+4
View File
@@ -87,6 +87,10 @@ active boot switches: -d:release\n",
stdout: String::from("4.10.0"),
stderr: String::default(),
}),
"esy ocaml -vnum" => Some(CommandOutput {
stdout: String::from("4.08.1"),
stderr: String::default(),
}),
"php -nr echo PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION.'.'.PHP_RELEASE_VERSION;" => {
Some(CommandOutput {
stdout: String::from("7.3.8"),