1 2 3 4 5 6 7 8 9 10 11 12 13
fn main() {
// all examples have same line count
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
scrape_examples::test_many();
}