Skip to content

Commit 0a5d833

Browse files
committed
move #71 test to non-failing to guard against regression
1 parent 7ca2baa commit 0a5d833

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

yaml/src/test/java/com/fasterxml/jackson/dataformat/yaml/failing/ReadHexInteger71Test.java renamed to yaml/src/test/java/com/fasterxml/jackson/dataformat/yaml/deser/NumberAltIntRead71Test.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
package com.fasterxml.jackson.dataformat.yaml.failing;
1+
package com.fasterxml.jackson.dataformat.yaml.deser;
22

33
import java.math.BigInteger;
44

55
import com.fasterxml.jackson.databind.ObjectMapper;
66
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;
77

8-
public class ReadHexInteger71Test extends ModuleTestBase
8+
// [dataformats-text#71]: hex numbers
9+
// [dataformats-text#233]: also binary, octal (with/without underscores)
10+
public class NumberAltIntRead71Test extends ModuleTestBase
911
{
1012
static class IntHolder {
1113
public int value;

0 commit comments

Comments
 (0)