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/bf_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/practical/bf_spec.cr') diff --git a/spec/practical/bf_spec.cr b/spec/practical/bf_spec.cr index 1eb1d04..33c2c0b 100644 --- a/spec/practical/bf_spec.cr +++ b/spec/practical/bf_spec.cr @@ -62,7 +62,7 @@ def interpret_bf(ops : Array(BFOp)) : Array(Char) output end -describe "brainfuck parser" do +describe "brainfuck parser", tags: "example" do # From https://esolangs.org/wiki/Brainfuck#Examples hello_world_str = "1 +++++ +++ Set Cell #0 to 8 2 [ -- cgit v1.2.1