We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00b994 commit 4dbb567Copy full SHA for 4dbb567
dotnet/TagExpressions/TagExpression.cs
@@ -42,7 +42,7 @@ public bool Evaluate(IEnumerable<string> inputs)
42
public class NullExpression : TagExpression
43
{
44
/// <inheritdoc/>
45
- public override string ToString() => "true";
+ public override string ToString() => "";
46
47
48
internal override bool EvaluateInternal(HashSet<string> inputs) => true;
0 commit comments