alessandro trinca tornidor commited on
Commit
8337554
·
1 Parent(s): f25bfab

test: updated test cases, update submodule lite.koboldai.net

Browse files
Files changed (23) hide show
  1. lite.koboldai.net +1 -1
  2. static/tests/test-classic-0-lite.koboldai.net.spec.ts +2 -0
  3. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-navigate-between-the-lis-8041b-for-sentences-sorrounding-the-clicked-words-2-1-iPad-gen-11--linux.png +2 -2
  4. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-navigate-between-the-lis-8041b-for-sentences-sorrounding-the-clicked-words-2-1-iPad-gen-11-landscape-linux.png +2 -2
  5. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileChrome.txt +9 -1
  6. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileChromeLandscape.txt +9 -1
  7. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileSafari.txt +9 -1
  8. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileSafariLandscape.txt +9 -1
  9. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-chromium.txt +9 -1
  10. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-firefox.txt +9 -1
  11. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Mini-landscape.txt +9 -1
  12. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Mini.txt +9 -1
  13. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Pro-11-landscape.txt +9 -1
  14. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Pro-11.txt +9 -1
  15. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-11-.txt +9 -1
  16. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-11-landscape.txt +9 -1
  17. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-7-.txt +9 -1
  18. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-7-landscape.txt +9 -1
  19. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-responsiveLandscape.txt +9 -1
  20. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-responsivePortrait.txt +9 -1
  21. static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-webkit.txt +9 -1
  22. static/tests/test-classic-1-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-search-for-multi-words--7f83a-elements-NO-match-for-queries-with-new-lines-1-iPad-gen-11--linux.png +2 -2
  23. static/tests/test-classic-1-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-search-for-multi-words--7f83a-elements-NO-match-for-queries-with-new-lines-1-iPad-gen-11-landscape-linux.png +2 -2
lite.koboldai.net CHANGED
@@ -1 +1 @@
1
- Subproject commit dfab4ccc4bad57c62bf21cb804dcf6a85e223f88
 
1
+ Subproject commit 9a25d2d9c340fee3b0422b772213eb8701186361
static/tests/test-classic-0-lite.koboldai.net.spec.ts CHANGED
@@ -5,6 +5,7 @@ import {
5
  scrollToBottomById,
6
  scrollToTopById,
7
  } from './test-helper'
 
8
 
9
  const testStoryJsonTxt = `${import.meta.dirname}/../../tests/events/very_long_text.json`
10
  const expectedStringArray = [
@@ -94,6 +95,7 @@ test('test My Ghost Writer: navigate between the list/tables containing the stem
94
  console.log(`clicked on id ${id1}, check for the expected string with idx:${idx}: '${expectedStringArray[idx]}'...`)
95
  await expectVisibleTextWithWalker(page, "gametext", expectedStringArray[idx])
96
  await page.waitForTimeout(100)
 
97
  await expect(page.locator("#gametext")).toHaveScreenshot()
98
 
99
  console.log("end!")
 
5
  scrollToBottomById,
6
  scrollToTopById,
7
  } from './test-helper'
8
+ import { waitForDebugger } from 'node:inspector';
9
 
10
  const testStoryJsonTxt = `${import.meta.dirname}/../../tests/events/very_long_text.json`
11
  const expectedStringArray = [
 
95
  console.log(`clicked on id ${id1}, check for the expected string with idx:${idx}: '${expectedStringArray[idx]}'...`)
96
  await expectVisibleTextWithWalker(page, "gametext", expectedStringArray[idx])
97
  await page.waitForTimeout(100)
98
+ console.log("gametext size:", await page.locator("#gametext").boundingBox(), "@#")
99
  await expect(page.locator("#gametext")).toHaveScreenshot()
100
 
101
  console.log("end!")
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-navigate-between-the-lis-8041b-for-sentences-sorrounding-the-clicked-words-2-1-iPad-gen-11--linux.png CHANGED

Git LFS Details

  • SHA256: 7afb9f8bb8c22e220373014b24cd3e595bae855eef40409db79f5c255f3db799
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB

Git LFS Details

  • SHA256: f7cd16e6c469fb78c1239363de4ae4bc34bc73d7899d88f79de072fe297a5d72
  • Pointer size: 131 Bytes
  • Size of remote file: 257 kB
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-navigate-between-the-lis-8041b-for-sentences-sorrounding-the-clicked-words-2-1-iPad-gen-11-landscape-linux.png CHANGED

Git LFS Details

  • SHA256: 606b728ba5fae9578e1509e3e129f3bee6e5efb2826b6027c6e84e25e9f6a372
  • Pointer size: 130 Bytes
  • Size of remote file: 99.6 kB

Git LFS Details

  • SHA256: f7cd16e6c469fb78c1239363de4ae4bc34bc73d7899d88f79de072fe297a5d72
  • Pointer size: 131 Bytes
  • Size of remote file: 257 kB
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileChrome.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileChromeLandscape.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileSafari.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-MobileSafariLandscape.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-chromium.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-firefox.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Mini-landscape.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Mini.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Pro-11-landscape.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-Pro-11.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-11-.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-11-landscape.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-7-.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-iPad-gen-7-landscape.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-responsiveLandscape.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-responsivePortrait.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-0-lite.koboldai.net.spec.ts-snapshots/test-classic-0-wordsearch-results-1-webkit.txt CHANGED
@@ -205,6 +205,8 @@
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
 
 
208
  - link /id-1-range-\d+-nth/:
209
  - /url: "#"
210
  - text: — well, he didn't think
@@ -506,7 +508,7 @@
506
  - text: anything he wanted.
507
  - link /id-1-range-\d+-nth/:
508
  - /url: "#"
509
- - text: sobs. " He always sp-
510
  - link /id-1-range-\d+-nth/:
511
  - /url: "#"
512
  - text: everything!" He shot Harry
@@ -844,6 +846,9 @@
844
  - link /id-1-range-\d+-nth/:
845
  - /url: "#"
846
  - text: them knew. He drove them
 
 
 
847
  - link /id-1-range-\d+-nth/:
848
  - /url: "#"
849
  - text: Monday," he told his
@@ -1118,6 +1123,9 @@
1118
  - link /id-1-range-\d+-nth/:
1119
  - /url: "#"
1120
  - text: fire. Now he came to
 
 
 
1121
  - link /id-1-range-\d+-nth/:
1122
  - /url: "#"
1123
  - text: Dudley's gang, he had somehow
 
205
  - /url: "#"
206
  - link /id-1-range-\d+-nth/:
207
  - /url: "#"
208
+ - link /id-1-range-\d+-nth/:
209
+ - /url: "#"
210
  - link /id-1-range-\d+-nth/:
211
  - /url: "#"
212
  - text: — well, he didn't think
 
508
  - text: anything he wanted.
509
  - link /id-1-range-\d+-nth/:
510
  - /url: "#"
511
+ - text: sobs. "He always sp-
512
  - link /id-1-range-\d+-nth/:
513
  - /url: "#"
514
  - text: everything!" He shot Harry
 
846
  - link /id-1-range-\d+-nth/:
847
  - /url: "#"
848
  - text: them knew. He drove them
849
+ - link /id-1-range-\d+-nth/:
850
+ - /url: "#"
851
+ - text: hasn't he?" Dudley
852
  - link /id-1-range-\d+-nth/:
853
  - /url: "#"
854
  - text: Monday," he told his
 
1123
  - link /id-1-range-\d+-nth/:
1124
  - /url: "#"
1125
  - text: fire. Now he came to
1126
+ - link /id-1-range-\d+-nth/:
1127
+ - /url: "#"
1128
+ - text: happened when he, Harry,
1129
  - link /id-1-range-\d+-nth/:
1130
  - /url: "#"
1131
  - text: Dudley's gang, he had somehow
static/tests/test-classic-1-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-search-for-multi-words--7f83a-elements-NO-match-for-queries-with-new-lines-1-iPad-gen-11--linux.png CHANGED

Git LFS Details

  • SHA256: bd340a4e3d30a30fb2e535e6b6eeb2b138e3fa6197e0eb19704e2ee1ee6e83fb
  • Pointer size: 130 Bytes
  • Size of remote file: 80.7 kB

Git LFS Details

  • SHA256: 5c13903a9f5c94ae31c8cca2fd45a56ebf96aa2a2e3e63edca5557fd594ffe28
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
static/tests/test-classic-1-lite.koboldai.net.spec.ts-snapshots/test-My-Ghost-Writer-search-for-multi-words--7f83a-elements-NO-match-for-queries-with-new-lines-1-iPad-gen-11-landscape-linux.png CHANGED

Git LFS Details

  • SHA256: cdee2457db9792b7a40eb7ff06aed781961faf4f92e6bfaadb9d3e77576aa52e
  • Pointer size: 130 Bytes
  • Size of remote file: 67.1 kB

Git LFS Details

  • SHA256: 5c13903a9f5c94ae31c8cca2fd45a56ebf96aa2a2e3e63edca5557fd594ffe28
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB