Skip to content

Commit 1d06f62

Browse files
Merge pull request #2440 from nickclark2016/issues/2420
Add documentation specifying that filters are space sensitive
2 parents 6385739 + 8288a04 commit 1d06f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/filter.md

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ filter {}
143143

144144
* 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.
145145

146+
* Filters are whitespace sensitive. For example, a filter of `system:not windows` is fundamentally different from `system: not windows`.
147+
146148
### See Also ###
147149

148150
* [Filters](Filters.md)

0 commit comments

Comments
 (0)