We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 655fea1 + ee51533 commit 05d6f56Copy full SHA for 05d6f56
1 file changed
teaagent/spec_grounding.py
@@ -27,7 +27,7 @@
27
_BRACKET_PATH = re.compile(r'\[([^\]]+)\]\(([^)]+)\)')
28
_PLAIN_PATH = re.compile(r'(?<!\w)(?:\.\/|(?:\w+\/)+)[\w./-]+\.\w+(?!\w)')
29
30
-_MARKER_COMMENT = re.compile(r'#\s|//\s|--\s|<!--|-->|\*/|"""', re.MULTILINE)
+_MARKER_COMMENT = re.compile(r'#\s|//\s|--\s|<!--|--!?>|\*/|"""', re.MULTILINE)
31
32
33
def _is_likely_path(raw: str) -> bool:
0 commit comments