mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
python: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
This commit is contained in:
@@ -18,5 +18,5 @@ from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls), # $ routeSetup="admin/"
|
||||
path("", include("testapp.urls")), # $routeSetup=""
|
||||
path("", include("testapp.urls")), # $ routeSetup=""
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user