File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sources/academy/webscraping
scraping_basics_javascript/exercises
scraping_basics_python/exercises Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ teardown_file() {
111111 run node guardian_f1_authors.mjs
112112
113113 [[ " $output " == * ' F1 ' * ]]
114- [[ " $output " == * ' Giles Richards: ' * ]] # writes most of them (we'll have to change this if they fire' him)
114+ [[ " $output " == * ' Giles Richards: ' * ]] # writes most of them (we'll have to change this if they fire him)
115115 [[ " $output " == * ' Guardian sport: ' * || " $output " == * ' PM Media: ' * ]]
116116 [[ $( echo " $output " | wc -l) -gt 5 ]]
117117}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ teardown() {
104104 run uv run --with=httpx --with=beautifulsoup4 python guardian_f1_authors.py
105105
106106 [[ " $output " == * ' F1 ' * ]]
107- [[ " $output " == * ' Giles Richards: ' * ]] # writes most of them (we'll have to change this if they fire' him)
107+ [[ " $output " == * ' Giles Richards: ' * ]] # writes most of them (we'll have to change this if they fire him)
108108 [[ " $output " == * ' Guardian sport: ' * || " $output " == * ' PM Media: ' * ]]
109109 [[ $( echo " $output " | wc -l) -gt 5 ]]
110110}
You can’t perform that action at this time.
0 commit comments