Update tests snapshot

This commit is contained in:
Luke Heerman 2024-12-27 07:43:41 -05:00
parent 7cf7575e6d
commit 426c5edf25

View File

@ -967,8 +967,22 @@ exports[`runs examples > example "begin" example index 0 1`] = `
]
`;
exports[`runs examples > example "binary
Creates a pattern from a binary number." example index 0 1`] = `
[
"[ 0/1 → 1/3 | s:hh ]",
"[ 2/3 → 1/1 | s:hh ]",
"[ 1/1 → 4/3 | s:hh ]",
"[ 5/3 → 2/1 | s:hh ]",
"[ 2/1 → 7/3 | s:hh ]",
"[ 8/3 → 3/1 | s:hh ]",
"[ 3/1 → 10/3 | s:hh ]",
"[ 11/3 → 4/1 | s:hh ]",
]
`;
exports[`runs examples > example "binaryN
Creates a discrete pattern using binary representation." example index 0 1`] = `
Creates a pattern from a binary number, padded to n bits long." example index 0 1`] = `
[
"[ 0/1 → 1/16 | s:hh ]",
"[ 1/16 → 1/8 | s:hh ]",