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/not_xml_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/practical/not_xml_spec.cr') diff --git a/spec/practical/not_xml_spec.cr b/spec/practical/not_xml_spec.cr index 4d87481..94ac747 100644 --- a/spec/practical/not_xml_spec.cr +++ b/spec/practical/not_xml_spec.cr @@ -125,7 +125,7 @@ end # Adapted from: https://bodil.lol/parser-combinators/ -describe "markup language similar to XML" do +describe "markup language similar to XML", tags: "example" do expected_value = Element.new( "top", [Attribute.new("label", "Top")], -- cgit v1.2.1