If i have a text in file like: prerequisiteinstaller.exe /SQLNCLi:C:\install\sharepoint.2013.sp1.updates\sqlncli.msi /Sync:C:\install\sharepoint.2013.sp1.updates\Synchronization.msi /AppFabric:C:\install\sharepoint.2013.sp1.updates\WindowsServerAppFabricSetup_x64.exe /IDFX:C:\install\sharepoint.2013.sp1.updates\Windows6.1-KB974405-x64.msu /IDFX11:C:\install\sharepoint.2013.sp1.updates\MicrosoftIdentityExtensions-64.msi /MSIPCClient:C:\install\sharepoint.2013.sp1.updates\setup_msipc_x64.msi /WCFDataServices:C:\install\sharepoint.2013.sp1.updates\WcfDataServices.exe /WCFDataServices56:C:\install\sharepoint.2013.sp1.updates\5.6\WcfDataServices.exe /KB2671763:C:\install\sharepoint.2013.sp1.updates\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
Then browser (Firefox, chrome) stop responding on preview that file. In my opinion the problem is in gitlab file: <https://lh4.googleusercontent.com/-F_ET6ggfJGc/VFs43uHqjYI/AAAAAAAAAVM/kPOc4U6tQxE/s1600/2014-11-06_130103.png> Source of problem is a single slash in a source text "/SQLNCLi... /Sync" and so on. When I replace the single slash on double slash "//SQLNCLi... //Sync" then preview in gitlab work perfect. The regular expression in gitlab is: \b(0b[01]+)|(\b0[xX][a-fA-F0-9]+|(\b\d+(\.\d*)?|\.\d+)([eE][-+]?\d+)?)|'''|'|"""|"|\/\/\/|\/\/[gim]*|\/\S(\\.|[^\n])*?\/[gim]*(?=\s|\W|$)|@[A-Za-z$_][0-9A-Za-z$_]*|`|###|#|([A-Za-z$_][0-9A-Za-z$_]*\s*=\s*)?(\(.*\))?\s*\B[-=]>|\.?\b(class)\b\.?|[A-Za-z$_][0-9A-Za-z$_]*: Is it possible to correct this? It is very hard regex for me. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/27682483-acbd-4d88-9d14-be9dcca8f6dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
