Skip to content

Commit 2e9aa92

Browse files
- Progress.
1 parent a5225e7 commit 2e9aa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/python/markdown_testing/markdown_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_execution_language(self) -> str:
8383
return self.node.get('lang', '')
8484

8585
def expand(self) -> str:
86-
return self.get_text().replace("<<", "{").replace(">>", "}").format(**self._local_vars)
86+
return self.get_text().replace("<", "{").replace(">", "}").format(**self._local_vars)
8787

8888
def __str__(self):
8989
return json.dumps(self.node, indent=2)

0 commit comments

Comments
 (0)