Commit 89b9ff7f authored by neverlord's avatar neverlord

overflow bugfix

parent 6df54e2d
......@@ -31,6 +31,8 @@ size_t test__atom()
{
bool matched_pattern[3] = { false, false, false };
CPPA_TEST(test__atom);
CPPA_CHECK_NOT_EQUAL(atom("zzz"), atom("000 "));
CPPA_CHECK_EQUAL(atom(" "), atom("@!?"));
CPPA_CHECK_EQUAL(to_string(s_foo), "FooBar");
self << make_tuple(atom("foo"), static_cast<std::uint32_t>(42))
<< make_tuple(atom(":Attach"), atom(":Baz"), "cstring")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment