mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 17:31:08 +00:00
4 lines
181 B
Plaintext
4 lines
181 B
Plaintext
args: ('foo',) => 'foo, -1, 0'
|
|
args: ('Aged Brie',) => 'Aged Brie, -1, 2'
|
|
args: ('Backstage passes to a TAFKAL80ETC concert',) => 'Backstage passes to a TAFKAL80ETC concert, -1, 0'
|