From b0a972d56f6083ddee34f2a65b5b2b5cb3251cc0 Mon Sep 17 00:00:00 2001 From: Phil Shafer Date: Wed, 16 Mar 2016 17:13:09 -0400 Subject: [PATCH] update test cases --- tests/core/test_01.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/core/test_01.c b/tests/core/test_01.c index 5c748772..e465ffae 100644 --- a/tests/core/test_01.c +++ b/tests/core/test_01.c @@ -79,6 +79,10 @@ main (int argc, char **argv) xo_open_container_h(NULL, "top"); + xo_emit_field("Vt", "max-chaos", NULL, NULL, " very "); + xo_emit_field("V", "min-chaos", "%d", NULL, 42); + xo_emit_field("V", "some-chaos", "%d\n", "[%d]", 42); + xo_emit("Connecting to {:host}.{:domain}...\n", "my-box", "example.com"); xo_attr("test", "value");