Fix accidental multi-line jsdoc name
This commit is contained in:
parent
426c5edf25
commit
8644b3d163
2 changed files with 6 additions and 6 deletions
|
|
@ -967,8 +967,7 @@ 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`] = `
|
||||
exports[`runs examples > example "binary" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/3 | s:hh ]",
|
||||
"[ 2/3 → 1/1 | s:hh ]",
|
||||
|
|
@ -981,8 +980,7 @@ Creates a pattern from a binary number." example index 0 1`] = `
|
|||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "binaryN
|
||||
Creates a pattern from a binary number, padded to n bits long." example index 0 1`] = `
|
||||
exports[`runs examples > example "binaryN" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/16 | s:hh ]",
|
||||
"[ 1/16 → 1/8 | s:hh ]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue