mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
format: fix broken comment
This commit is contained in:
@@ -44,16 +44,22 @@ public class DeckRecognizerTest extends CardMockTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* ====================================== TEST SINGLE (Card and Non-Card) Parts
|
||||
* - CardName - Card Amount - Set Code - Collector Number - Deck Name - Card
|
||||
* Type - Deck Section - Mana Colour ======================================
|
||||
/* ======================================
|
||||
* TEST SINGLE (Card and Non-Card) Parts
|
||||
* - CardName
|
||||
* - Card Amount
|
||||
* - Set Code
|
||||
* - Collector Number
|
||||
* - Deck Name
|
||||
* - Card Type
|
||||
* - Deck Section
|
||||
* - Mana Colour
|
||||
* ======================================
|
||||
*/
|
||||
|
||||
/*
|
||||
* ================================== Rex Parsing and Matching: CARD DB
|
||||
* =================================
|
||||
*/
|
||||
/*==================================
|
||||
* Rex Parsing and Matching: CARD DB
|
||||
* ================================= */
|
||||
@Test
|
||||
void testMatchAllCardNamesInForgeDB() {
|
||||
if (mtgUniqueCardNames == null)
|
||||
|
||||
Reference in New Issue
Block a user