From 9f32fd6424386336a332b0b50a7fd6ebce95345e Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Thu, 30 Mar 2023 20:35:26 +1300 Subject: Add example tags to example tests --- spec/practical/json_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/practical/json_spec.cr') diff --git a/spec/practical/json_spec.cr b/spec/practical/json_spec.cr index 79d60dd..e4705e8 100644 --- a/spec/practical/json_spec.cr +++ b/spec/practical/json_spec.cr @@ -25,7 +25,7 @@ def assoc_to_hash(arr : Array({K, V})) : Hash(K, V) forall K, V h end -describe "example: JSON parsing" do +describe "example: JSON parsing", tags: "example" do json_null = Parser.token_sequence("null".chars).map_const(JSONValue.new(nil)) t = Parser.token_sequence("true".chars).map_const(true) -- cgit v1.2.1