fix(tree): shouldn't use patched font

pull/9/head
wongjiahau 2 years ago
parent 72b845da15
commit ba00a80037

@ -950,8 +950,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
(test-explorer/reveal_file) (test-explorer/reveal_file)
scripts scripts
styles styles
.gitignore .gitignore
index.html index.html
" "
@ -966,9 +966,9 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/reveal_file] [test-explorer/reveal_file]
[scripts] [scripts]
(main.js) (main.js)
styles styles
.gitignore .gitignore
index.html index.html
" "
@ -1014,8 +1014,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/rename] [test-explorer/rename]
scripts scripts
styles styles
(.gitignore) (.gitignore)
index.html index.html
" "
@ -1032,8 +1032,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/rename] [test-explorer/rename]
scripts scripts
styles styles
index.html index.html
(who.is) (who.is)
" "
@ -1052,9 +1052,9 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/rename] [test-explorer/rename]
scripts scripts
[styles] [styles]
public public
(lol) (lol)
style.css style.css
index.html index.html
@ -1076,12 +1076,12 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/rename] [test-explorer/rename]
[new_folder] [new_folder]
[sponge] [sponge]
(bob) (bob)
scripts scripts
styles styles
public public
style.css style.css
index.html index.html
" "
@ -1134,9 +1134,9 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_folder] [test-explorer/new_folder]
scripts scripts
styles styles
(yoyo) (yoyo)
.gitignore .gitignore
index.html index.html
" "
@ -1156,12 +1156,12 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_folder] [test-explorer/new_folder]
scripts scripts
[styles] [styles]
public public
(sus.sass) (sus.sass)
style.css style.css
yoyo yoyo
.gitignore .gitignore
index.html index.html
" "
@ -1180,13 +1180,13 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_folder] [test-explorer/new_folder]
[styles] [styles]
[sus.sass] [sus.sass]
[a] [a]
[b] [b]
(c) (c)
style.css style.css
yoyo yoyo
.gitignore .gitignore
index.html index.html
" "
@ -1207,14 +1207,14 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_folder] [test-explorer/new_folder]
scripts scripts
[styles] [styles]
(foobar) (foobar)
public public
sus.sass sus.sass
a a
b b
c c
style.css style.css
" "
.trim() .trim()
@ -1234,8 +1234,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_file] [test-explorer/new_file]
scripts scripts
styles styles
.gitignore .gitignore
index.html index.html
(yoyo) (yoyo)
@ -1256,9 +1256,9 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_file] [test-explorer/new_file]
scripts scripts
[styles] [styles]
public public
style.css style.css
(sus.sass) (sus.sass)
.gitignore .gitignore
@ -1280,12 +1280,12 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_file] [test-explorer/new_file]
scripts scripts
[styles] [styles]
[a] [a]
[b] [b]
(c) (c)
public public
style.css style.css
sus.sass sus.sass
.gitignore .gitignore
@ -1307,10 +1307,10 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/new_file] [test-explorer/new_file]
[styles] [styles]
b b
c c
public public
(foobar) (foobar)
style.css style.css
sus.sass sus.sass
@ -1335,8 +1335,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/remove_file] [test-explorer/remove_file]
scripts scripts
styles styles
(.gitignore) (.gitignore)
index.html index.html
" "
@ -1353,8 +1353,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/remove_file] [test-explorer/remove_file]
scripts scripts
styles styles
(index.html) (index.html)
" "
.trim() .trim()
@ -1373,8 +1373,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/remove_file] [test-explorer/remove_file]
scripts scripts
(styles) (styles)
" "
.trim() .trim()
); );
@ -1394,9 +1394,9 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/remove_folder] [test-explorer/remove_folder]
scripts scripts
(styles) (styles)
public public
style.css style.css
.gitignore .gitignore
index.html index.html
@ -1414,7 +1414,7 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/remove_folder] [test-explorer/remove_folder]
scripts scripts
(.gitignore) (.gitignore)
index.html index.html
" "
@ -1440,7 +1440,7 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/change_root/styles] [test-explorer/change_root/styles]
(public) (public)
style.css style.css
" "
.trim() .trim()
@ -1454,8 +1454,8 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
(test-explorer/change_root) (test-explorer/change_root)
scripts scripts
styles styles
.gitignore .gitignore
index.html index.html
" "
@ -1470,7 +1470,7 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/change_root/styles] [test-explorer/change_root/styles]
(public) (public)
style.css style.css
" "
.trim() .trim()
@ -1486,9 +1486,9 @@ mod test_explorer {
render(&mut explorer), render(&mut explorer),
" "
[test-explorer/change_root] [test-explorer/change_root]
scripts scripts
(styles) (styles)
public public
style.css style.css
.gitignore .gitignore
index.html index.html

@ -752,9 +752,9 @@ fn render_tree<T: TreeViewItem>(
let indent = if level > 0 { let indent = if level > 0 {
let indicator = if tree.item().is_parent() { let indicator = if tree.item().is_parent() {
if tree.is_opened { if tree.is_opened {
"" ""
} else { } else {
"" ""
} }
} else { } else {
" " " "
@ -1289,10 +1289,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1306,10 +1306,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(gary_the_snail) (gary_the_snail)
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1319,10 +1319,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
" "
.trim() .trim()
); );
@ -1332,10 +1332,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
(larry_the_lobster) (larry_the_lobster)
" "
.trim() .trim()
); );
@ -1345,10 +1345,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
larry_the_lobster larry_the_lobster
" "
.trim() .trim()
); );
@ -1358,10 +1358,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(gary_the_snail) (gary_the_snail)
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1371,10 +1371,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1385,10 +1385,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1399,10 +1399,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
patrick_star patrick_star
plankton plankton
sandy_cheeks sandy_cheeks
(spongebob_squarepants) (spongebob_squarepants)
" "
.trim() .trim()
); );
@ -1416,10 +1416,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
(larry_the_lobster) (larry_the_lobster)
" "
.trim() .trim()
); );
@ -1429,10 +1429,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
krabby_patty krabby_patty
(larry_the_lobster) (larry_the_lobster)
mrs_puff mrs_puff
patrick_star patrick_star
" "
.trim() .trim()
); );
@ -1442,10 +1442,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
(larry_the_lobster) (larry_the_lobster)
" "
.trim() .trim()
); );
@ -1460,10 +1460,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
patrick_star patrick_star
plankton plankton
sandy_cheeks sandy_cheeks
(spongebob_squarepants) (spongebob_squarepants)
" "
.trim() .trim()
); );
@ -1473,10 +1473,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1490,10 +1490,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
(karen) (karen)
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1503,10 +1503,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
" "
.trim() .trim()
); );
@ -1516,10 +1516,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
king_neptune king_neptune
krabby_patty krabby_patty
larry_the_lobster larry_the_lobster
(mrs_puff) (mrs_puff)
" "
.trim() .trim()
); );
@ -1529,10 +1529,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
king_neptune king_neptune
(krabby_patty) (krabby_patty)
larry_the_lobster larry_the_lobster
mrs_puff mrs_puff
" "
.trim() .trim()
); );
@ -1542,10 +1542,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(karen) (karen)
king_neptune king_neptune
krabby_patty krabby_patty
larry_the_lobster larry_the_lobster
" "
.trim() .trim()
); );
@ -1555,10 +1555,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1574,10 +1574,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
[gary_the_snail] [gary_the_snail]
(e_snail) (e_snail)
gary_th gary_th
karen karen
" "
.trim() .trim()
); );
@ -1587,10 +1587,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
[gary_the_snail] [gary_the_snail]
e_snail e_snail
(gary_th) (gary_th)
karen karen
" "
.trim() .trim()
); );
@ -1600,10 +1600,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(gary_the_snail) (gary_the_snail)
e_snail e_snail
gary_th gary_th
karen karen
" "
.trim() .trim()
); );
@ -1614,10 +1614,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
e_snail e_snail
gary_th gary_th
karen karen
" "
.trim() .trim()
); );
@ -1635,10 +1635,10 @@ mod test_tree_view {
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pinea) (who_lives_in_a_pinea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1700,10 +1700,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pinea) (who_lives_in_a_pinea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1713,10 +1713,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pinea) (who_lives_in_a_pinea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1735,10 +1735,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(gary_the_snail) (gary_the_snail)
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1748,10 +1748,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
[gary_the_snail] [gary_the_snail]
(e_snail) (e_snail)
gary_th gary_th
karen karen
" "
.trim() .trim()
); );
@ -1761,10 +1761,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
[gary_the_snail] [gary_the_snail]
e_snail e_snail
(gary_th) (gary_th)
karen karen
" "
.trim() .trim()
); );
@ -1774,10 +1774,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(gary_the_snail) (gary_the_snail)
e_snail e_snail
gary_th gary_th
karen karen
" "
.trim() .trim()
); );
@ -1787,10 +1787,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
e_snail e_snail
gary_th gary_th
karen karen
" "
.trim() .trim()
); );
@ -1800,10 +1800,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
e_snail e_snail
gary_th gary_th
karen karen
" "
.trim() .trim()
) )
@ -1818,10 +1818,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
" "
.trim() .trim()
); );
@ -1831,10 +1831,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
(larry_the_lobster) (larry_the_lobster)
" "
.trim() .trim()
); );
@ -1845,10 +1845,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -1863,10 +1863,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
(larry_the_lobster) (larry_the_lobster)
" "
.trim() .trim()
); );
@ -1877,10 +1877,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
larry_the_lobster larry_the_lobster
" "
.trim() .trim()
); );
@ -1896,10 +1896,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
" "
.trim() .trim()
); );
@ -1909,10 +1909,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
krabby_patty krabby_patty
larry_the_lobster larry_the_lobster
mrs_puff mrs_puff
(patrick_star) (patrick_star)
" "
.trim() .trim()
); );
@ -1922,10 +1922,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(krabby_patty) (krabby_patty)
larry_the_lobster larry_the_lobster
mrs_puff mrs_puff
patrick_star patrick_star
" "
.trim() .trim()
); );
@ -1941,10 +1941,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
krabby_patty krabby_patty
larry_the_lobster larry_the_lobster
mrs_puff mrs_puff
(patrick_star) (patrick_star)
" "
.trim() .trim()
); );
@ -1954,10 +1954,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
(krabby_patty) (krabby_patty)
larry_the_lobster larry_the_lobster
mrs_puff mrs_puff
patrick_star patrick_star
" "
.trim() .trim()
); );
@ -1967,10 +1967,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
krabby_patty krabby_patty
larry_the_lobster larry_the_lobster
mrs_puff mrs_puff
(patrick_star) (patrick_star)
" "
.trim() .trim()
); );
@ -1994,10 +1994,10 @@ krabby_patty
assert_eq!( assert_eq!(
render(&mut view), render(&mut view),
" "
[spongebob_squarepants] [spongebob_squarepants]
[squarepants] [squarepants]
[squar] [squar]
[uar] [uar]
(ar)" (ar)"
.trim_start_matches(|c| c == '\n') .trim_start_matches(|c| c == '\n')
); );
@ -2023,10 +2023,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
" "
.trim() .trim()
); );
@ -2036,10 +2036,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
(karen) (karen)
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -2049,10 +2049,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
(who_lives_in_a_pineapple_under_the_sea) (who_lives_in_a_pineapple_under_the_sea)
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -2062,10 +2062,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
(karen) (karen)
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -2075,10 +2075,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
karen karen
king_neptune king_neptune
(krabby_patty) (krabby_patty)
" "
.trim() .trim()
); );
@ -2088,10 +2088,10 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[who_lives_in_a_pineapple_under_the_sea] [who_lives_in_a_pineapple_under_the_sea]
gary_the_snail gary_the_snail
(karen) (karen)
king_neptune king_neptune
krabby_patty krabby_patty
" "
.trim() .trim()
); );
@ -2168,8 +2168,8 @@ krabby_patty
render(&mut view), render(&mut view),
" "
(root) (root)
a a
b b
" "
.trim() .trim()
); );
@ -2183,7 +2183,7 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[root] [root]
[a] [a]
(aa) (aa)
" "
.trim() .trim()
@ -2198,7 +2198,7 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[root] [root]
[a] [a]
(ab) (ab)
" "
.trim() .trim()
@ -2213,7 +2213,7 @@ krabby_patty
" "
[root] [root]
ab ab
(b) (b)
" "
.trim() .trim()
); );
@ -2224,8 +2224,8 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[root] [root]
[b] [b]
(ba) (ba)
" "
.trim() .trim()
); );
@ -2238,9 +2238,9 @@ krabby_patty
assert_eq!( assert_eq!(
render(&mut view), render(&mut view),
" "
[b] [b]
[ba] [ba]
(baa) (baa)
" "
.trim() .trim()
); );
@ -2250,8 +2250,8 @@ krabby_patty
assert_eq!( assert_eq!(
render(&mut view), render(&mut view),
" "
[ba] [ba]
[baa] [baa]
(baaa) (baaa)
" "
.trim_matches('\n') .trim_matches('\n')
@ -2262,8 +2262,8 @@ krabby_patty
assert_eq!( assert_eq!(
render(&mut view), render(&mut view),
" "
[ba] [ba]
[baa] [baa]
(baab) (baab)
" "
.trim_matches('\n') .trim_matches('\n')
@ -2275,8 +2275,8 @@ krabby_patty
assert_eq!( assert_eq!(
render(&mut view), render(&mut view),
" "
[ba] [ba]
[baa] [baa]
(baaa) (baaa)
" "
.trim_matches('\n') .trim_matches('\n')
@ -2287,9 +2287,9 @@ krabby_patty
assert_eq!( assert_eq!(
render(&mut view), render(&mut view),
" "
[b] [b]
[ba] [ba]
(baa) (baa)
" "
.trim() .trim()
); );
@ -2303,8 +2303,8 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[root] [root]
[b] [b]
(ba) (ba)
" "
.trim() .trim()
); );
@ -2315,8 +2315,8 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[root] [root]
(b) (b)
ba ba
" "
.trim() .trim()
); );
@ -2327,7 +2327,7 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[root] [root]
[a] [a]
(ab) (ab)
" "
.trim() .trim()
@ -2339,7 +2339,7 @@ krabby_patty
render(&mut view), render(&mut view),
" "
[root] [root]
[a] [a]
(aa) (aa)
" "
.trim() .trim()

Loading…
Cancel
Save