Skip to content

Commit 9ba4cf8

Browse files
committed
Revert "Expand the tests to check for proper coercability."
This reverts commit 74cb338.
1 parent ba2c415 commit 9ba4cf8

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

test/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
)
88

99
(tests
10-
(names test_html test_svg test_typing)
11-
(modules test_html test_svg test_typing)
10+
(names test_html test_svg)
11+
(modules test_html test_svg)
1212
(libraries tyxml alcotest tyxml_test)
1313
(package tyxml)
1414
)

test/html_fail.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
open Tyxml.Html ;;
22

33
div [a [a []]] ;;
4-
5-
div [address [a [address []]]];;

test/test_typing.ml

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

0 commit comments

Comments
 (0)