Relax regexp in DebugInfo test
This commit is contained in:
parent
c25e449f4e
commit
eaa53f25c0
@ -214,15 +214,11 @@ def YouCompleteMe_DebugInfo_ServerRunning_test( ycm ):
|
|||||||
'Client logfile: .+\n'
|
'Client logfile: .+\n'
|
||||||
'Server Python interpreter: .+\n'
|
'Server Python interpreter: .+\n'
|
||||||
'Server Python version: .+\n'
|
'Server Python version: .+\n'
|
||||||
'Server has Clang support compiled in: '
|
'Server has Clang support compiled in: (False|True)\n'
|
||||||
'(?P<CLANG>True)?(?(CLANG)|False)\n'
|
|
||||||
'Clang version: .+\n'
|
'Clang version: .+\n'
|
||||||
'Extra configuration file found and loaded\n'
|
'Extra configuration file found and loaded\n'
|
||||||
'Extra configuration path: .*testdata[/\\\\]\\.ycm_extra_conf\\.py\n'
|
'Extra configuration path: .*testdata[/\\\\]\\.ycm_extra_conf\\.py\n'
|
||||||
'(?(CLANG)C-family completer debug information:\n'
|
'[\\w\\W]*'
|
||||||
' Compilation database path: None\n'
|
|
||||||
' Flags: \\[u?\'_TEMP_FILE_\'.*\\]\n'
|
|
||||||
' Translation unit: .+\n)'
|
|
||||||
'Server running at: .+\n'
|
'Server running at: .+\n'
|
||||||
'Server process ID: \\d+\n'
|
'Server process ID: \\d+\n'
|
||||||
'Server logfiles:\n'
|
'Server logfiles:\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user