Cockatrice/tests/loading_from_clipboard
Lukas Brübach 7d907e54d0 Support tab-separated deck imports (#4222)
Third-party deck tools (e.g. Delver Lens) export decks as tab-separated rows
such as "2	Card Name	Set Name". Card names never contain tab characters,
so a leading numeric column marks a tabular record: the first two columns are read
as the quantity and card name, and any further columns are discarded as
printer/set metadata.

- deck_list: parse tab-delimited rows before whitespace collapsing
- tests: cover tab-separated mainboard and sideboard imports
- docs: document the accepted plain-text import format (fills the TODO)
2026-09-07 00:55:26 +02:00
..
clipboard_testing.cpp [DeckList] Refactor load from plaintext to take normalizer as param (#6664) 2026-03-06 10:39:04 -08:00
clipboard_testing.h Hashing tests (#5026) 2025-12-23 17:48:10 +01:00
CMakeLists.txt Fix/cmake test only build (#6709) 2026-03-15 17:24:50 +01:00
loading_from_clipboard_test.cpp Support tab-separated deck imports (#4222) 2026-09-07 00:55:26 +02:00