mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
. d README: update field delimiter
This commit is contained in:
parent
4490aaa5fd
commit
887ad0b60d
@ -31,10 +31,10 @@ Verify againt `ThirtyDays/stdout.gr`
|
|||||||
BTW, the script is a pure "function", so this works:
|
BTW, the script is a pure "function", so this works:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ echo -e 'Aged Brie,3,5\nOther Item,4,5' |\
|
$ echo -e 'Aged Brie|3|5\nOther Item|4|5' |
|
||||||
./gilded_rose.sh |\
|
> ./gilded_rose.sh |
|
||||||
./gilded_rose.sh |\
|
> ./gilded_rose.sh |
|
||||||
./gilded_rose.sh
|
> ./gilded_rose.sh
|
||||||
Aged Brie,0,8
|
Aged Brie|0|8
|
||||||
Other Item,1,2
|
Other Item|1|2
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user