Steps to recreate:
1) Open jar file
2) type in following command:
add-i n/water t/Beverage q/1000 t/beverage
Expected:
Item added to inventory. Stock is now:
Name: WATER
Quantity: 3000
Supplier: NO SUPPLIER
Tags: Beverage
or
Expected:
Item added to inventory. Stock is now:
Name: WATER
Quantity: 3000
Supplier: NO SUPPLIER
Tags: beverage
Actual:
I think this is a bug because adding 2 similar tags with the same case automatically denotes it as the same tag. However, 2 identical words with different cases are taken as different.
Steps to recreate: 1) Open jar file 2) type in following command:
add-i n/water t/Beverage q/1000 t/beverage
Expected: Item added to inventory. Stock is now:
Name: WATER Quantity: 3000 Supplier: NO SUPPLIER Tags: Beverage
or
Expected: Item added to inventory. Stock is now:
Name: WATER Quantity: 3000 Supplier: NO SUPPLIER Tags: beverage
Actual:
I think this is a bug because adding 2 similar tags with the same case automatically denotes it as the same tag. However, 2 identical words with different cases are taken as different.