Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 12, 2024
1 parent d8f2046 commit 7364354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/view/view.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ namespace $ {

var x = $mol_view_test_block.Root(0)

$mol_assert_equal( x.dom_node().id , '$mol_view_test_block.Root<0>' )
$mol_assert_equal( x.element( 0 ).dom_node().id , '$mol_view_test_block.Root<0>.element<0>' )
$mol_assert_equal( x.dom_node().id , '$mol_view_test_block.Root(0)' )
$mol_assert_equal( x.element( 0 ).dom_node().id , '$mol_view_test_block.Root(0).element(0)' )

} ,

Expand Down

0 comments on commit 7364354

Please sign in to comment.