blob: 81a48ac50c8139fc6f2f0952e1a7c501a7a9868a (
plain)
| 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();
}
 |