Skip to content
Snippets Groups Projects
Commit 370f7dde authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add test for background music as well

This crashes SyncTERM on Win32 if it's the first ANSI music played
parent 22db15a0
Branches
Tags
No related merge requests found
Pipeline #8821 passed
...@@ -541,8 +541,9 @@ var tests = [ ...@@ -541,8 +541,9 @@ var tests = [
if (ret) if (ret)
return false; return false;
console.write("\x1b[=2M"); console.write("\x1b[=2M");
console.write("\x1b[MBCDEFG\x0e\x0f\x08 \x08");
console.write("\x1b[MFCDEFG\x0e\x0f\x08 \x08"); console.write("\x1b[MFCDEFG\x0e\x0f\x08 \x08");
var ret = console.yesno("Did you hear an ascending set of five notes"); var ret = console.yesno("Did you hear two ascending sets of five notes");
if (!ret) if (!ret)
return false; return false;
console.write("\x1b[=1M"); console.write("\x1b[=1M");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment