mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-08 11:11:24 +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'
|