From 22a64c49317a971853f809ed6ca2431f988a6547 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 8 Jan 2023 23:46:39 +0100 Subject: [PATCH] update snapshots --- test/__snapshots__/examples.test.mjs.snap | 60 +++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 49a1571d..8f9fe9f2 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -899,14 +899,14 @@ exports[`runs examples > example "cat" example index 0 1`] = ` [ "[ 0/1 → 1/2 | s:hh ]", "[ 1/2 → 1/1 | s:hh ]", - "[ 1/1 → 9/8 | n:c2 ]", - "[ 11/8 → 3/2 | n:c2 ]", - "[ 7/4 → 15/8 | n:c2 ]", + "[ 1/1 → 9/8 | note:c2 ]", + "[ 11/8 → 3/2 | note:c2 ]", + "[ 7/4 → 15/8 | note:c2 ]", "[ 2/1 → 5/2 | s:hh ]", "[ 5/2 → 3/1 | s:hh ]", - "[ 3/1 → 25/8 | n:c2 ]", - "[ 27/8 → 7/2 | n:c2 ]", - "[ 15/4 → 31/8 | n:c2 ]", + "[ 3/1 → 25/8 | note:c2 ]", + "[ 27/8 → 7/2 | note:c2 ]", + "[ 15/4 → 31/8 | note:c2 ]", ] `; @@ -2662,24 +2662,24 @@ exports[`runs examples > example "seq" example index 0 1`] = ` [ "[ 0/1 → 1/4 | s:hh ]", "[ 1/4 → 1/2 | s:hh ]", - "[ 1/2 → 9/16 | n:c2 ]", - "[ 11/16 → 3/4 | n:c2 ]", - "[ 7/8 → 15/16 | n:c2 ]", + "[ 1/2 → 9/16 | note:c2 ]", + "[ 11/16 → 3/4 | note:c2 ]", + "[ 7/8 → 15/16 | note:c2 ]", "[ 1/1 → 5/4 | s:hh ]", "[ 5/4 → 3/2 | s:hh ]", - "[ 3/2 → 25/16 | n:c2 ]", - "[ 27/16 → 7/4 | n:c2 ]", - "[ 15/8 → 31/16 | n:c2 ]", + "[ 3/2 → 25/16 | note:c2 ]", + "[ 27/16 → 7/4 | note:c2 ]", + "[ 15/8 → 31/16 | note:c2 ]", "[ 2/1 → 9/4 | s:hh ]", "[ 9/4 → 5/2 | s:hh ]", - "[ 5/2 → 41/16 | n:c2 ]", - "[ 43/16 → 11/4 | n:c2 ]", - "[ 23/8 → 47/16 | n:c2 ]", + "[ 5/2 → 41/16 | note:c2 ]", + "[ 43/16 → 11/4 | note:c2 ]", + "[ 23/8 → 47/16 | note:c2 ]", "[ 3/1 → 13/4 | s:hh ]", "[ 13/4 → 7/2 | s:hh ]", - "[ 7/2 → 57/16 | n:c2 ]", - "[ 59/16 → 15/4 | n:c2 ]", - "[ 31/8 → 63/16 | n:c2 ]", + "[ 7/2 → 57/16 | note:c2 ]", + "[ 59/16 → 15/4 | note:c2 ]", + "[ 31/8 → 63/16 | note:c2 ]", ] `; @@ -2956,18 +2956,18 @@ exports[`runs examples > example "stack" example index 0 1`] = ` "[ 5/2 → 3/1 | s:hh ]", "[ 3/1 → 7/2 | s:hh ]", "[ 7/2 → 4/1 | s:hh ]", - "[ 0/1 → 1/8 | n:c2 ]", - "[ 3/8 → 1/2 | n:c2 ]", - "[ 3/4 → 7/8 | n:c2 ]", - "[ 1/1 → 9/8 | n:c2 ]", - "[ 11/8 → 3/2 | n:c2 ]", - "[ 7/4 → 15/8 | n:c2 ]", - "[ 2/1 → 17/8 | n:c2 ]", - "[ 19/8 → 5/2 | n:c2 ]", - "[ 11/4 → 23/8 | n:c2 ]", - "[ 3/1 → 25/8 | n:c2 ]", - "[ 27/8 → 7/2 | n:c2 ]", - "[ 15/4 → 31/8 | n:c2 ]", + "[ 0/1 → 1/8 | note:c2 ]", + "[ 3/8 → 1/2 | note:c2 ]", + "[ 3/4 → 7/8 | note:c2 ]", + "[ 1/1 → 9/8 | note:c2 ]", + "[ 11/8 → 3/2 | note:c2 ]", + "[ 7/4 → 15/8 | note:c2 ]", + "[ 2/1 → 17/8 | note:c2 ]", + "[ 19/8 → 5/2 | note:c2 ]", + "[ 11/4 → 23/8 | note:c2 ]", + "[ 3/1 → 25/8 | note:c2 ]", + "[ 27/8 → 7/2 | note:c2 ]", + "[ 15/4 → 31/8 | note:c2 ]", ] `;