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'
|
||||
'Server Python interpreter: .+\n'
|
||||
'Server Python version: .+\n'
|
||||
'Server has Clang support compiled in: '
|
||||
'(?P<CLANG>True)?(?(CLANG)|False)\n'
|
||||
'Server has Clang support compiled in: (False|True)\n'
|
||||
'Clang version: .+\n'
|
||||
'Extra configuration file found and loaded\n'
|
||||
'Extra configuration path: .*testdata[/\\\\]\\.ycm_extra_conf\\.py\n'
|
||||
'(?(CLANG)C-family completer debug information:\n'
|
||||
' Compilation database path: None\n'
|
||||
' Flags: \\[u?\'_TEMP_FILE_\'.*\\]\n'
|
||||
' Translation unit: .+\n)'
|
||||
'[\\w\\W]*'
|
||||
'Server running at: .+\n'
|
||||
'Server process ID: \\d+\n'
|
||||
'Server logfiles:\n'
|
||||
|
Loading…
Reference in New Issue
Block a user