diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-05-06 19:33:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 19:33:17 -0400 |
commit | f7df6254d6f71d5331b000dcbd27271bd2c3006f (patch) | |
tree | 99ec2aa66349ba07d4379f31ee3be762235249dd /test/data/html | |
parent | bb2d9501afc0e406b0dacf5675cd90985238be98 (diff) |
Dom text scanner fixes (#505)
* Fix test case
* Add test-dom-text-scanner
* Ensure that DOMTextScanner._node never becomes null
* Add remainder
Diffstat (limited to 'test/data/html')
-rw-r--r-- | test/data/html/test-dom-text-scanner.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/html/test-dom-text-scanner.html b/test/data/html/test-dom-text-scanner.html index 6b78570a..dc06eb64 100644 --- a/test/data/html/test-dom-text-scanner.html +++ b/test/data/html/test-dom-text-scanner.html @@ -85,7 +85,7 @@ "expected": { "node": "span:nth-of-type(2)::text", "offset": 6, - "content": "小ぢんまり1\n小ぢんまり2" + "content": "小ぢんまり1 小ぢんまり2" } }' > |