This commit is contained in:
Jordan Eldredge 2019-09-11 20:36:46 -07:00
parent a536114903
commit d7aefd1110
3 changed files with 11 additions and 0 deletions

View file

@ -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(() => {