PKHeX/PKHeX.Core/Editing
Kurt b5962d6b50 Emit final showdownset from lines if present
Closes #1986 , was missing a check if there were any lines in the list.
Calling the method with an empty line set would have yielded an empty
set (behavior unknown). Although calling the method without lines is
unintended, should handle behavior correctly now.

Fix yielding an empty set if the first line(s) are empty.

Add test to verify parsing works for multiple lines.
Add test to verify parsing yields nothing for no lines.
Add test to verify parsing yields nothing for empty lines.
2018-06-09 08:12:47 -07:00
..
Bulk Relocate hypertraining properties to interface 2018-06-05 21:31:42 -07:00
CommonEdits.cs Relocate hypertraining properties to interface 2018-06-05 21:31:42 -07:00
HiddenPower.cs Add basic plugin sys 2018-05-13 12:49:29 -07:00
IPKMView.cs Add basic plugin sys 2018-05-13 12:49:29 -07:00
IPlugin.cs Update plugin interface 2018-05-14 17:30:56 -07:00
ISaveFileProvider.cs Add basic plugin sys 2018-05-13 12:49:29 -07:00
ShowdownSet.cs Emit final showdownset from lines if present 2018-06-09 08:12:47 -07:00