mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Add disabled regression test for https://github.com/captbaritone/webamp/issues/898
This commit is contained in:
parent
a536114903
commit
d7aefd1110
3 changed files with 11 additions and 0 deletions
BIN
modern/src/maki-interpreter/fixtures/issue_898/minimal.maki
Normal file
BIN
modern/src/maki-interpreter/fixtures/issue_898/minimal.maki
Normal file
Binary file not shown.
BIN
modern/src/maki-interpreter/fixtures/issue_898/multipass_system.maki
Executable file
BIN
modern/src/maki-interpreter/fixtures/issue_898/multipass_system.maki
Executable file
Binary file not shown.
|
|
@ -37,6 +37,17 @@ describe("can parse without crashing", () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe("regressions", () => {
|
||||
describe.skip("https://github.com/captbaritone/webamp/issues/898", () => {
|
||||
test("minimal", () => {
|
||||
parseFile("./fixtures/issue_898/minimal.maki");
|
||||
});
|
||||
test("real world", () => {
|
||||
parseFile("./fixtures/issue_898/multipass_system.maki");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe("standardframe.maki", () => {
|
||||
let maki;
|
||||
beforeEach(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue