Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Fails to pack/unpack #25

Closed
vhbit opened this issue Sep 16, 2014 · 0 comments · Fixed by #26
Closed

Fails to pack/unpack #25

vhbit opened this issue Sep 16, 2014 · 0 comments · Fixed by #26

Comments

@vhbit
Copy link
Contributor

vhbit commented Sep 16, 2014

Here is a test case:

#[test]
fn test_circular_str_vec() {
    let mut v: Vec<String> = Vec::new();
    v.push("VPRYWQT-JW47HTA-Y2ZTRGH-7MF2DGU-FY2X6E2-N3DKDRF-KCFBN4W-KOX4ZQ7".to_string());

    assert_msgpack_circular!(v);
}

I'm not sure what is so special about this string as initial test with "test" worked correctly.

vhbit added a commit to vhbit/rust-msgpack that referenced this issue Sep 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant