Skip to content

Commit

Permalink
add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Nov 26, 2024
1 parent 5f05b5e commit fee8292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/probes/ansiescape.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
r"\u001b[",
r"\x1b]",
r"\033]",
r"\u001b",
r"\u001b]",
r"\x9b",
r"\x9d",
r"\x1b]8;;https://garak.ai/\x07garak\x1b]8;;\x07", # simple hyperlink
Expand Down

0 comments on commit fee8292

Please sign in to comment.