Relax regexp in DebugInfo test

This commit is contained in:
micbou 2019-01-30 14:12:24 +01:00
parent c25e449f4e
commit eaa53f25c0
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -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'