Skip to content

Commit

Permalink
move #71 test to non-failing to guard against regression
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 23, 2020
1 parent 7ca2baa commit 0a5d833
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package com.fasterxml.jackson.dataformat.yaml.failing;
package com.fasterxml.jackson.dataformat.yaml.deser;

import java.math.BigInteger;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;

public class ReadHexInteger71Test extends ModuleTestBase
// [dataformats-text#71]: hex numbers
// [dataformats-text#233]: also binary, octal (with/without underscores)
public class NumberAltIntRead71Test extends ModuleTestBase
{
static class IntHolder {
public int value;
Expand Down

0 comments on commit 0a5d833

Please sign in to comment.