1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-03 03:56:32 -04:00

Merge with git+ssh://pasky.or.cz/srv/git/elinks.git

This commit is contained in:
Laurent MONIN 2006-01-07 02:04:04 +01:00 committed by Laurent MONIN
commit 6182b50679

View File

@ -43,8 +43,9 @@ test_expect_incomplete () {
y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;
s/[^a-zA-Z0-9-]//g;')"
test_expect_code 1 "$desc" \
"sgml-parser --uri '$URI' --src '$src' --incomplete"
sgml-parser --uri "$URI" --src "$src" --incomplete
test_expect_success "$desc" \
"test $? = 1"
}
@ -354,7 +355,7 @@ test_expect_incomplete \
test_expect_incomplete \
'Check incomplete attribute quoted value. (II)' \
'<element attr='\''...'
"<element attr='..."
test_expect_incomplete \
'Check incomplete processing instruction. (I)' \