Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
370f7dde
Commit
370f7dde
authored
1 month ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Add test for background music as well
This crashes SyncTERM on Win32 if it's the first ANSI music played
parent
22db15a0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#8821
passed
1 month ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xtrn/termtest/termtest.js
+2
-1
2 additions, 1 deletion
xtrn/termtest/termtest.js
with
2 additions
and
1 deletion
xtrn/termtest/termtest.js
+
2
−
1
View file @
370f7dde
...
@@ -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 set
s
of five notes
"
);
if
(
!
ret
)
if
(
!
ret
)
return
false
;
return
false
;
console
.
write
(
"
\
x1b[=1M
"
);
console
.
write
(
"
\
x1b[=1M
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment