summaryrefslogtreecommitdiff
path: root/test/asset
diff options
context:
space:
mode:
Diffstat (limited to 'test/asset')
-rw-r--r--test/asset/run/tags.et38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/asset/run/tags.et b/test/asset/run/tags.et
new file mode 100644
index 0000000..b1433fa
--- /dev/null
+++ b/test/asset/run/tags.et
@@ -0,0 +1,38 @@
+export tag A
+export tag B
+export tag C
+
+test T1:
+ guard True
+
+test T2:
+ guard True
+
+test A1:
+ tag: A
+ guard True
+
+test A2:
+ tag: A
+ guard True
+
+test B1:
+ tag: B
+ guard True
+
+test B2:
+ tag: B
+ guard True
+
+test C1:
+ tag: C
+ guard True
+
+test C2:
+ tag: C
+ guard True
+
+test BC:
+ tag: B
+ tag: C
+ guard True