mirror of
https://github.com/CarmJos/EasyConfiguration.git
synced 2026-06-04 18:48:20 +08:00
test(parse): Add more tests
This commit is contained in:
@@ -22,6 +22,7 @@ public class ParseTest {
|
|||||||
lines.add("Thanks for your reading!");
|
lines.add("Thanks for your reading!");
|
||||||
lines.add("?[click]");
|
lines.add("?[click]");
|
||||||
lines.add("?[click]Click to see more!");
|
lines.add("?[click]Click to see more!");
|
||||||
|
lines.add("?[hidden]This entry should be hidden!");
|
||||||
|
|
||||||
Map<String, List<String>> optional = new HashMap<>();
|
Map<String, List<String>> optional = new HashMap<>();
|
||||||
optional.put("guidance", Arrays.asList("To get more information for %(name), see:"));
|
optional.put("guidance", Arrays.asList("To get more information for %(name), see:"));
|
||||||
|
|||||||
Reference in New Issue
Block a user