diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 15:16:58 +0900 |
---|---|---|
committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 15:16:58 +0900 |
commit | c13cf0ec85ccc6aec636ccd8b9f791559c1cd2f6 (patch) | |
tree | f962c38182d4f496c9a97c80d08504fde0b3aac2 /test/data/html/test-dom-text-scanner.html | |
parent | 7f7045dc58b06c9ec1375b13beb94fc9c03ebfa9 (diff) |
Satisfy no-implicit-button-type lint
Diffstat (limited to 'test/data/html/test-dom-text-scanner.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 9a9ea95d..c7ae2a37 100644 --- a/test/data/html/test-dom-text-scanner.html +++ b/test/data/html/test-dom-text-scanner.html @@ -290,7 +290,7 @@ }' > <y-description>Skip <button> content.</y-description> -<div>小ぢん<button>content</button>まり1</div> +<div>小ぢん<button type="button">content</button>まり1</div> </y-test> <y-test |