mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
This commit is contained in:
commit
6182b50679
@ -43,8 +43,9 @@ test_expect_incomplete () {
|
|||||||
y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;
|
y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;
|
||||||
s/[^a-zA-Z0-9-]//g;')"
|
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 \
|
test_expect_incomplete \
|
||||||
'Check incomplete attribute quoted value. (II)' \
|
'Check incomplete attribute quoted value. (II)' \
|
||||||
'<element attr='\''...'
|
"<element attr='..."
|
||||||
|
|
||||||
test_expect_incomplete \
|
test_expect_incomplete \
|
||||||
'Check incomplete processing instruction. (I)' \
|
'Check incomplete processing instruction. (I)' \
|
||||||
|
Loading…
Reference in New Issue
Block a user