mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-14 04:38:04 +00:00
Added datetime-malformed-no-leads test
This commit is contained in:
parent
59a408314f
commit
60cbf7ea36
2 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,11 @@ public class BurntSushiTest {
|
|||
runInvalidTest("array-mixed-types-ints-and-floats");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void datetime_malformed_no_leads() throws Exception {
|
||||
runInvalidTest("datetime-malformed-no-leads");
|
||||
}
|
||||
|
||||
@After
|
||||
public void after() throws IOException {
|
||||
inputToml.close();
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
no-leads = 1987-7-05T17:45:00Z
|
Loading…
Reference in a new issue