strudel icon indicating copy to clipboard operation
strudel copied to clipboard

Mini notation: add underscore elongation

Open eilseq opened this issue 2 years ago • 0 comments

This pull request add the underscore elongation mini notation to the related package. Expected behaviour monitored by tests is:

assert.deepStrictEqual(minS('a@2 b@3'), ['a: 0 - 2/5', 'b: 2/5 - 1']);  // @ elongation
assert.deepStrictEqual(minS('a _ b _ _'), ['a: 0 - 2/5', 'b: 2/5 - 1']);   // _ elongation

eilseq avatar Apr 12 '22 09:04 eilseq