We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6959f commit d8233ffCopy full SHA for d8233ff
1 file changed
docs/userguide/annotations.md
@@ -1684,7 +1684,7 @@ Execution of the test is done by using the parameter `a_tags` with tag expressio
1684
1685
1686
```sql linenums="1"
1687
-select * from table(ut.run(a_tags => 'fast||!complex'));
+select * from table(ut.run(a_tags => 'fast|!complex'));
1688
```
1689
The above call will execute all tests from `ut_sample_test` package as the whole suite is tagged with `api` because a suite meet expression condition.
1690
0 commit comments