Fixed issues with loading YamlConfigurations with typed keys

This commit is contained in:
Nathan Adams
2011-10-26 06:56:36 +01:00
parent a7508b7837
commit 8c07d9148d
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