Skip to content

Commit

Permalink
Merge pull request #2440 from nickclark2016/issues/2420
Browse files Browse the repository at this point in the history
Add documentation specifying that filters are space sensitive
  • Loading branch information
nickclark2016 authored Mar 12, 2025
2 parents 6385739 + 8288a04 commit 1d06f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ filter {}

* Filters can be viewed as a scoping concept. A currently set filter goes 'out of scope' when either a filter reset operation is invoked or a project definition is started.

* Filters are whitespace sensitive. For example, a filter of `system:not windows` is fundamentally different from `system: not windows`.

### See Also ###

* [Filters](Filters.md)

0 comments on commit 1d06f62

Please sign in to comment.