aider/tests/fixtures/watch.py
2024-12-01 10:01:53 -08:00

19 lines
409 B
Python

# Regular AI comment
# ai do something
# AI make this better
# ai! urgent change needed
# AI! another urgent one
//ai javascript style
//AI do that thing
//ai! urgent js thing
// ai with some space
// AI with caps
// ai! with bang
# this is not an ai comment
// this is also not an ai comment
# aider is not an ai comment
// aider is not an ai comment
def dummy_function():
# ai inside function
pass