modest_ex
modest_ex copied to clipboard
Some target tests fail for html with "input" tag on Apple OSX
mix test.target
...
82% tests passed, 3 tests failed out of 17
Total Test time (real) = 1.12 sec
The following tests FAILED:
3 - handle_append_test (Failed)
5 - handle_find_test (Failed)
9 - handle_prepend_test (Failed)
test/handle_append_test
-> <html><head></head><body><div><input type="radio">Radio Button</div></body></html>
[ERROR] main()
/Users/frank/dev/modest_ex/target/modest_worker/test/handle_append_test.c:111
test/handle_prepend_test
-> <div><input type="radio">Radio Button</div>
[ERROR] main()
/Users/frank/dev/modest_ex/target/modest_worker/test/handle_prepend_test.c:71
test/handle_find_test
-> <input type="radio">
[ERROR] main()
/Users/frank/dev/modest_ex/target/modest_worker/test/handle_find_test.c:89
This issue could be reproduced in modest_html
.
https://github.com/f34nk/modest_html/issues/6