Skip to content

Commit 045aee4

Browse files
committed
Remove accidentally committed test files
1 parent d341cf7 commit 045aee4

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

packages/yew/src/virtual_dom/vtag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl VTag {
164164
"input" => VTagInner::Input(Default::default()),
165165
"textarea" => VTagInner::Textarea(Default::default()),
166166
_ => VTagInner::Other {
167-
tag, // Preserve the original casing
167+
tag, // Preserve the original casing
168168
children: Default::default(),
169169
},
170170
},

test_svg_casing

-4.03 MB
Binary file not shown.

test_svg_casing.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)