Box drawing logic improved, added new settings (#217)

This commit is contained in:
soxoj
2021-11-09 02:33:31 +03:00
committed by GitHub
parent c0f2a550f5
commit 7decbce08d
7 changed files with 87 additions and 38 deletions
+13 -13
View File
@@ -123,19 +123,19 @@ def test_get_dict_ascii_tree():
assert (
ascii_tree
== """
┣╸uid: dXJpOm5vZGU6VXNlcjoyNjQwMzQxNQ==
┣╸legacy_id: 26403415
┣╸username: alexaimephotographycars
┣╸name: Alex Aimé
┣╸links:
┃ ┗╸ www.instagram.com/street.reality.photography/
┣╸created_at: 2018-05-04T10:17:01.000+0000
┣╸image: https://drscdn.500px.org/user_avatar/26403415/q%3D85_w%3D300_h%3D300/v2?webp=true&v=2&sig=0235678a4f7b65e007e864033ebfaf5ef6d87fad34f80a8639d985320c20fe3b
┣╸image_bg: https://drscdn.500px.org/user_cover/26403415/q%3D65_m%3D2048/v2?webp=true&v=1&sig=bea411fb158391a4fdad498874ff17088f91257e59dfb376ff67e3a44c3a4201
┣╸website: www.instagram.com/street.reality.photography/
┣╸facebook_link: www.instagram.com/street.reality.photography/
┣╸instagram_username: Street.Reality.Photography
┗╸twitter_username: Alexaimephotogr"""
├─uid: dXJpOm5vZGU6VXNlcjoyNjQwMzQxNQ==
├─legacy_id: 26403415
├─username: alexaimephotographycars
├─name: Alex Aimé
├─links:
│ └─ www.instagram.com/street.reality.photography/
├─created_at: 2018-05-04T10:17:01.000+0000
├─image: https://drscdn.500px.org/user_avatar/26403415/q%3D85_w%3D300_h%3D300/v2?webp=true&v=2&sig=0235678a4f7b65e007e864033ebfaf5ef6d87fad34f80a8639d985320c20fe3b
├─image_bg: https://drscdn.500px.org/user_cover/26403415/q%3D65_m%3D2048/v2?webp=true&v=1&sig=bea411fb158391a4fdad498874ff17088f91257e59dfb376ff67e3a44c3a4201
├─website: www.instagram.com/street.reality.photography/
├─facebook_link: www.instagram.com/street.reality.photography/
├─instagram_username: Street.Reality.Photography
└─twitter_username: Alexaimephotogr"""
)