Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed Mar 16, 2016
1 parent 15481be commit b0a972d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/core/test_01.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b0a972d

Please sign in to comment.