Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ran black formatter on file
  • Loading branch information
arian-deimling committed Oct 1, 2021
commit 0a08f41ee568559c9b19d6fdb3076bf900c041e8
2 changes: 1 addition & 1 deletion bpython/test/test_line_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_simple(self):
self.assertAccess("object.dict[<'\U0001ffff>|")
Comment thread
sebastinas marked this conversation as resolved.
self.assertAccess(r"object.dict[<'a\'\\\"\n\\'>|]")
self.assertAccess(r"object.dict[<'a\'\\\"\n\\|[[]'>")
self.assertAccess("object.dict[<\"a]bc[|]\">]")
self.assertAccess('object.dict[<"a]bc[|]">]')
self.assertAccess("object.dict[<'abcd[]>|")


Expand Down