Fixed issues with loading YamlConfigurations with typed keys

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-10-26 06:56:36 +01:00
parent 98583f6462
commit 2ec416e8e0
4 changed files with 24 additions and 16 deletions

View File

@@ -36,7 +36,8 @@ public class YamlConfigurationTest extends FileConfigurationTest {
"- 2\n" +
"- 3\n" +
"- 4\n" +
"- 5\n";
"- 5\n" +
"'42': The Answer\n";
}
@Test