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 3512689 commit 581bf14Copy full SHA for 581bf14
src/Common/StringParsing.fs
@@ -299,7 +299,7 @@ module StringPosition =
299
/// complete repetitions of a specified sub-string.
300
let (|EqualsRepeated|_|) (repeated, _n: MarkdownRange) =
301
function
302
- | StartsWithRepeated repeated (_n, (v, _)) when not (String.IsNullOrWhiteSpace v) -> Some()
+ | StartsWithRepeated repeated (_n, (v, _)) when (String.IsNullOrWhiteSpace v) -> Some()
303
| _ -> None
304
305
module List =
0 commit comments