mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
parent
72dd7ad807
commit
e6a9588b43
6 changed files with 17 additions and 4 deletions
|
@ -50,6 +50,14 @@ itest!(task_non_existent {
|
|||
exit_code: 1,
|
||||
});
|
||||
|
||||
#[test]
|
||||
fn task_emoji() {
|
||||
// this bug only appears when using a pty/tty
|
||||
let args = "task --config task/deno.json echo_emoji";
|
||||
use test_util::PtyData::*;
|
||||
test_util::test_pty2(args, vec![Output("Task echo_emoji echo 🔥\r\n🔥")]);
|
||||
}
|
||||
|
||||
itest!(task_boolean_logic {
|
||||
args: "task -q --config task/deno.json boolean_logic",
|
||||
output: "task/task_boolean_logic.out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue