Intent of characterClassifier.ts ×4
All 76 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/76 tests-
editor/76 tests-
test/76 tests-
common/76 tests-
model/44 tests-
pieceTreeTextBuffer/2 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.test|title=chunk based search #45770. FindInNode should not cross node boundary.|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.test|title=chunk based search #45892. For some cases, the buffer is empty but we still try to search|occurrence=1
-
-
textModelSearch.test|title=TextModelSearch /4 tests -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch Case sensitive find|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch Simple find using unicode escape sequences|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch Simple find|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch Whole words find|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch \n matches \r\n|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch \r can never be found|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findMatches multiline with capturing matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findMatches with capturing matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findNextMatch multiline with capturing matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findNextMatch with beginning boundary multiline regex and line has repetitive beginnings|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findNextMatch with beginning boundary regex and line has repetitive beginnings|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findNextMatch with beginning boundary regex|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findNextMatch with capturing matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findNextMatch with ending boundary regex|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findNextMatch without regex|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findPreviousMatch multiline with capturing matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch findPreviousMatch with capturing matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch isMultilineRegexSource correctly identifies multiline patterns|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch isMultilineRegexSource|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch issue #100134. Zero-length matches should properly step over surrogate pairs|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch issue #27459: Match whole words regression|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch issue #27594: Search results disappear|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch issue #3623: Match whole word does not work for not latin characters|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch issue #4836 - ^.*$|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch issue #53415. W should match line break.|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch issue #74715. \d* finds empty string and stops searching.|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch matching empty lines using boundary expression|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch matching lines starting with A and ending with B|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch multiline find 1|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch multiline find 2|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch multiline find 3|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch multiline find 4|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch multiline find for non-regex string|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch multiline find with line beginning regex|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch multiline find with line ending regex|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch parseSearchRequest invalid|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch parseSearchRequest non regex|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/model/textModelSearch.test|title=TextModelSearch parseSearchRequest regex|occurrence=1
-
-
modes/13 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer Parsing|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #100353: Link detection stops at &(double-byte)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #121438: Link detection stops at “...”|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #121438: Link detection stops at《...》|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #121438: Link detection stops at【...】|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #150905: Colon after bare hyperlink is treated as its part|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #156875: Links include quotes|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #225513: Cmd-Click doesn't work on JSDoc {@link URL%7CLinkText} format|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #62278: "Ctrl + click to follow link" for IPv6 URLs|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #67022: Space as end of hyperlink isn't always good idea|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #70254: bold links dont open in markdown file using editor mode with ctrl + click|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #7855|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/modes/linkComputer.test|title=Editor Modes - Link Computer issue #86358: URL wrong recognition pattern|occurrence=1
-
-
viewModel/18 tests-
monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer Word break work well with Chinese/2 tests-
Japanese/2 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer Word break work well with Chinese/Japanese/Korean (CJK) text when setting keepAll|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer Word break work well with Chinese/Japanese/Korean (CJK) text when setting normal|occurrence=1
-
-
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer MonospaceLineBreaksComputer - CJK and Kinsoku Shori|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer MonospaceLineBreaksComputer - WrappingIndent.DeepIndent|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer MonospaceLineBreaksComputer - WrappingIndent.Same|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer MonospaceLineBreaksComputer incremental 1|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer MonospaceLineBreaksComputer|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #110392: Occasional crash when resize with panel on the right|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #112382: Word wrap doesn't work well with control characters|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #152773: Word wrap algorithm behaves differently with bracket followed by comma|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #16332: Scroll bar overlaying on top of text|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #258022: wrapOnEscapedLineFeeds: should work correctly after editor resize|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #33366: Word wrap algorithm behaves differently around punctuation|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #35162: wrappingIndent not consistently working|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #75494: surrogate pairs overrun 1|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #75494: surrogate pairs overrun 2|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #75494: surrogate pairs|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test|title=Editor ViewModel - MonospaceLineBreaksComputer issue #95686: CRITICAL: loop forever on the monospaceLineBreaksComputer|occurrence=1
-
-
-
-