mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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/;
|
||||
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)' \
|
||||
|
Loading…
Reference in New Issue
Block a user