Fixed issues with loading YamlConfigurations with typed keys
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -36,7 +36,8 @@ public class YamlConfigurationTest extends FileConfigurationTest {
|
||||
"- 2\n" +
|
||||
"- 3\n" +
|
||||
"- 4\n" +
|
||||
"- 5\n";
|
||||
"- 5\n" +
|
||||
"'42': The Answer\n";
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user