We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971031b commit 776e9bdCopy full SHA for 776e9bd
js/__tests__/abc.test.js
@@ -229,7 +229,7 @@ describe("processABCNotes - Tuplet Handling", () => {
229
];
230
231
processABCNotes(logo, "0");
232
- expect(logo.notationNotes["0"]).toBe("(1:1G^ 2G^ 2G^ 2 ");
+ expect(logo.notationNotes["0"]).toBe("(1:1G^ 2G^ 2G^ 2 ");
233
});
234
235
it("should handle array of notes (chords) inside tuplets", () => {
@@ -366,7 +366,7 @@ describe("processABCNotes - Tuplet Handling", () => {
366
};
367
368
369
370
371
372
0 commit comments