mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Add concepts tests + some fixes
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
testFailures
|
||||
failures
|
||||
@@ -0,0 +1,2 @@
|
||||
import python
|
||||
import experimental.meta.ConceptsTest
|
||||
@@ -0,0 +1,4 @@
|
||||
from airspeed import Template
|
||||
|
||||
def test():
|
||||
return Template("abc") # $ templateConstruction="abc"
|
||||
Reference in New Issue
Block a user