We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca2baa commit 0a5d833Copy full SHA for 0a5d833
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
@@ -1,11 +1,13 @@
1
-package com.fasterxml.jackson.dataformat.yaml.failing;
+package com.fasterxml.jackson.dataformat.yaml.deser;
2
3
import java.math.BigInteger;
4
5
import com.fasterxml.jackson.databind.ObjectMapper;
6
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;
7
8
-public class ReadHexInteger71Test extends ModuleTestBase
+// [dataformats-text#71]: hex numbers
9
+// [dataformats-text#233]: also binary, octal (with/without underscores)
10
+public class NumberAltIntRead71Test extends ModuleTestBase
11
{
12
static class IntHolder {
13
public int value;
0 commit comments