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 2ca475a commit aa57af6Copy full SHA for aa57af6
source/ada/lsp-alire.adb
@@ -98,7 +98,7 @@ package body LSP.Alire is
98
GNAT.OS_Lib.Locate_Exec_On_Path ("alr");
99
100
Crate_Pattern : constant VSS.Regular_Expressions.Regular_Expression :=
101
- VSS.Regular_Expressions.To_Regular_Expression ("^([^=]+)=");
+ VSS.Regular_Expressions.To_Regular_Expression ("^([^= ]+)=");
102
103
Project_Pattern : constant VSS.Regular_Expressions.Regular_Expression :=
104
VSS.Regular_Expressions.To_Regular_Expression
0 commit comments