Open
Description
Environment
- Visual Studio version: [VS 2022 Community Preview]
- CodeMaid version: [12.0]
- Code language: [txt]
Description
Sort lines [ctrl-m F9] is ignoring a leading tick ' when sorting.
Steps to recreate
a
b
c
'a
'b
'c
Select the 6 lines and sort-by-line (ctrl-m F9)
Current behavior
a
'a
b
'b
c
'c
Sort lines ignored the leading ticks.
Expected behavior
'a
'b
'c
a
b
c
Sorted by ascii value [ ascii ' precedes ascii a,b,c]
Metadata
Metadata
Assignees
Labels
No labels