Antigravity is dog shit.
This commit is contained in:
@@ -73,9 +73,9 @@ void myTemplateFunc(T x) {
|
||||
"""
|
||||
skeleton = parser.get_skeleton(code)
|
||||
assert 'class MyClass {' in skeleton
|
||||
assert 'void myMethod() ...' in skeleton
|
||||
assert 'void myMethod() { ... }' in skeleton
|
||||
assert 'template <typename T>' in skeleton
|
||||
assert 'void myTemplateFunc(T x) ...' in skeleton
|
||||
assert 'void myTemplateFunc(T x) { ... }' in skeleton
|
||||
assert 'int x = 1;' not in skeleton
|
||||
assert 'x.doSomething();' not in skeleton
|
||||
|
||||
|
||||
Reference in New Issue
Block a user