Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
1
glib/tests/markups/fail-1.expected
Normal file
1
glib/tests/markups/fail-1.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 1: Document was empty or contained only whitespace
|
||||
0
glib/tests/markups/fail-1.gmarkup
Normal file
0
glib/tests/markups/fail-1.gmarkup
Normal file
4
glib/tests/markups/fail-10.expected
Normal file
4
glib/tests/markups/fail-10.expected
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT '
|
||||
'
|
||||
ERROR Error on line 2 char 8: Element “|foo” was closed, but the currently open element is “foo”
|
||||
2
glib/tests/markups/fail-10.gmarkup
Normal file
2
glib/tests/markups/fail-10.gmarkup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<foo>
|
||||
</|foo>
|
||||
7
glib/tests/markups/fail-11.expected
Normal file
7
glib/tests/markups/fail-11.expected
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ERROR Error on line 3 char 7: Element “foo” was closed, but the currently open element is “bar”
|
||||
4
glib/tests/markups/fail-11.gmarkup
Normal file
4
glib/tests/markups/fail-11.gmarkup
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<foo>
|
||||
<bar>
|
||||
</foo>
|
||||
</bar>
|
||||
1
glib/tests/markups/fail-12.expected
Normal file
1
glib/tests/markups/fail-12.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 6: Element “foo” was closed, no element is currently open
|
||||
1
glib/tests/markups/fail-12.gmarkup
Normal file
1
glib/tests/markups/fail-12.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
</foo>
|
||||
1
glib/tests/markups/fail-13.expected
Normal file
1
glib/tests/markups/fail-13.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 7: Element “foo|” was closed, no element is currently open
|
||||
1
glib/tests/markups/fail-13.gmarkup
Normal file
1
glib/tests/markups/fail-13.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
</foo|>
|
||||
4
glib/tests/markups/fail-14.expected
Normal file
4
glib/tests/markups/fail-14.expected
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT '
|
||||
'
|
||||
ERROR Error on line 2 char 3: Document ended unexpectedly just after an open angle bracket “<”
|
||||
2
glib/tests/markups/fail-14.gmarkup
Normal file
2
glib/tests/markups/fail-14.gmarkup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<foo>
|
||||
<
|
||||
8
glib/tests/markups/fail-15.expected
Normal file
8
glib/tests/markups/fail-15.expected
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
TEXT '
|
||||
'
|
||||
END 'bar'
|
||||
ERROR Error on line 3 char 8: Document ended unexpectedly with elements still open — “foo” was the last element opened
|
||||
3
glib/tests/markups/fail-15.gmarkup
Normal file
3
glib/tests/markups/fail-15.gmarkup
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<foo>
|
||||
<bar>
|
||||
</bar>
|
||||
2
glib/tests/markups/fail-16.expected
Normal file
2
glib/tests/markups/fail-16.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1 char 6: Document ended unexpectedly, expected to see a close angle bracket ending the tag <foo/>
|
||||
1
glib/tests/markups/fail-16.gmarkup
Normal file
1
glib/tests/markups/fail-16.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo/
|
||||
1
glib/tests/markups/fail-17.expected
Normal file
1
glib/tests/markups/fail-17.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 4: Document ended unexpectedly inside an element name
|
||||
1
glib/tests/markups/fail-17.gmarkup
Normal file
1
glib/tests/markups/fail-17.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<fo
|
||||
1
glib/tests/markups/fail-18.expected
Normal file
1
glib/tests/markups/fail-18.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 9: Document ended unexpectedly inside an attribute name
|
||||
1
glib/tests/markups/fail-18.gmarkup
Normal file
1
glib/tests/markups/fail-18.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo bar
|
||||
1
glib/tests/markups/fail-19.expected
Normal file
1
glib/tests/markups/fail-19.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 6: Document ended unexpectedly inside an element-opening tag.
|
||||
1
glib/tests/markups/fail-19.gmarkup
Normal file
1
glib/tests/markups/fail-19.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo
|
||||
1
glib/tests/markups/fail-2.expected
Normal file
1
glib/tests/markups/fail-2.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 1: Document must begin with an element (e.g. <book>)
|
||||
1
glib/tests/markups/fail-2.gmarkup
Normal file
1
glib/tests/markups/fail-2.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
蔽借獮
|
||||
1
glib/tests/markups/fail-20.expected
Normal file
1
glib/tests/markups/fail-20.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 10: Document ended unexpectedly after the equals sign following an attribute name; no attribute value
|
||||
1
glib/tests/markups/fail-20.gmarkup
Normal file
1
glib/tests/markups/fail-20.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo bar=
|
||||
1
glib/tests/markups/fail-21.expected
Normal file
1
glib/tests/markups/fail-21.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 15: Document ended unexpectedly while inside an attribute value
|
||||
1
glib/tests/markups/fail-21.gmarkup
Normal file
1
glib/tests/markups/fail-21.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo bar="fdsf
|
||||
2
glib/tests/markups/fail-22.expected
Normal file
2
glib/tests/markups/fail-22.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1 char 6: Document ended unexpectedly with elements still open — “foo” was the last element opened
|
||||
1
glib/tests/markups/fail-22.gmarkup
Normal file
1
glib/tests/markups/fail-22.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>
|
||||
4
glib/tests/markups/fail-23.expected
Normal file
4
glib/tests/markups/fail-23.expected
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT '
|
||||
'
|
||||
ERROR Error on line 2 char 5: Document ended unexpectedly inside an element name
|
||||
2
glib/tests/markups/fail-23.gmarkup
Normal file
2
glib/tests/markups/fail-23.gmarkup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<foo>
|
||||
<fo
|
||||
1
glib/tests/markups/fail-24.expected
Normal file
1
glib/tests/markups/fail-24.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 44: Document ended unexpectedly inside a comment or processing instruction
|
||||
1
glib/tests/markups/fail-24.gmarkup
Normal file
1
glib/tests/markups/fail-24.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<!-- dfklsjdf;kljsdf;ljk document ends here
|
||||
1
glib/tests/markups/fail-25.expected
Normal file
1
glib/tests/markups/fail-25.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 32: Document ended unexpectedly inside a comment or processing instruction
|
||||
1
glib/tests/markups/fail-25.gmarkup
Normal file
1
glib/tests/markups/fail-25.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<? document ending unexpectedly
|
||||
2
glib/tests/markups/fail-26.expected
Normal file
2
glib/tests/markups/fail-26.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Empty entity “&;” seen; valid entities are: & " < > '
|
||||
1
glib/tests/markups/fail-26.gmarkup
Normal file
1
glib/tests/markups/fail-26.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>&;</foo>
|
||||
2
glib/tests/markups/fail-27.expected
Normal file
2
glib/tests/markups/fail-27.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Entity name “|” is not known
|
||||
1
glib/tests/markups/fail-27.gmarkup
Normal file
1
glib/tests/markups/fail-27.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>&|;</foo>
|
||||
2
glib/tests/markups/fail-28.expected
Normal file
2
glib/tests/markups/fail-28.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Entity name “am|” is not known
|
||||
1
glib/tests/markups/fail-28.gmarkup
Normal file
1
glib/tests/markups/fail-28.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>&am|;</foo>
|
||||
2
glib/tests/markups/fail-29.expected
Normal file
2
glib/tests/markups/fail-29.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Entity name “bar” is not known
|
||||
1
glib/tests/markups/fail-29.gmarkup
Normal file
1
glib/tests/markups/fail-29.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>&bar;</foo>
|
||||
50
glib/tests/markups/fail-3.expected
Normal file
50
glib/tests/markups/fail-3.expected
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
ELEMENT 'foobar'
|
||||
ERROR Error on line 49 char 2: Invalid UTF-8 encoded text in name — not valid “
|
||||
Παν語
|
||||
|
||||
This is a list of ways to say hello in various languages. Its purpose is to illustrate a number of scripts.
|
||||
|
||||
(Converted into UTF-8)
|
||||
|
||||
---------------------------------------------------------
|
||||
Arabic السلام عليكم
|
||||
Czech (Ä<>esky) Dobrý den
|
||||
Danish (Dansk) Hej, Goddag
|
||||
English Hello
|
||||
Esperanto Saluton
|
||||
Estonian Tere, Tervist
|
||||
FORTRAN PROGRAM
|
||||
Finnish (Suomi) Hei
|
||||
French (Français) Bonjour, Salut
|
||||
German (Deutsch Nord) Guten Tag
|
||||
German (Deutsch Süd) Grüß Gott
|
||||
Greek (Ελληνικά) Γειά σας
|
||||
Hebrew שלו×<E280A2>
|
||||
Hindi नमसà¥<C3A0>ते, à¨à¤®à¤¸à¥<C3A0>कार।
|
||||
Italiano Ciao, Buon giorno
|
||||
Maltese Ċaw, Saħħa
|
||||
Nederlands, Vlaams Hallo, Dag
|
||||
Norwegian (Norsk) Hei, God dag
|
||||
Polish Dzień dobry, Hej
|
||||
Russian (РуÑ<C692>Ñ<EFBFBD>кий) ЗдравÑ<C2B2>твуйте!‎
|
||||
Slovak Dobrý deň
|
||||
Spanish (Español) ‎¡Hola!‎
|
||||
Swedish (Svenska) Hej, Goddag
|
||||
Thai (ภาษาไทย) สวัสดีครับ, สวัสดีค่ะ
|
||||
Turkish (Türkçe) Merhaba
|
||||
Vietnamese (Tiếng Việt) Xin Chà o
|
||||
Yiddish (ײַדישע) ד×<E2809C>ָס הײַזעלע
|
||||
|
||||
Japanese (日本語) ã<>“ã‚“ã<E2809C>«ã<C2AB>¡ã<C2A1>¯, コï¾<C3AF>ニï¾<C3AF>ハ
|
||||
Chinese (䏿–‡,普通è¯<C3A8>,汉è¯) ä½ å¥½
|
||||
Cantonese (粵語,廣æ<C2A3>±è©±) 早晨, ä½ å¥½
|
||||
Korean (한글) 안녕하세요, 안녕하ì‹ë‹ˆê¹Œ
|
||||
|
||||
Difference among chinese characters in GB, JIS, KSC, BIG5:‎
|
||||
GB -- 元气 å¼€å<E282AC>‘
|
||||
JIS -- 元気 開発
|
||||
KSC -- 元氣 開發
|
||||
BIG5 -- 元氣 開發
|
||||
|
||||
|
||||
â€<EFBFBD>
|
||||
49
glib/tests/markups/fail-3.gmarkup
Normal file
49
glib/tests/markups/fail-3.gmarkup
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<foobar>
|
||||
Παν語
|
||||
|
||||
This is a list of ways to say hello in various languages. Its purpose is to illustrate a number of scripts.
|
||||
|
||||
(Converted into UTF-8)
|
||||
|
||||
---------------------------------------------------------
|
||||
Arabic السلام عليكم
|
||||
Czech (Ä<>esky) Dobrý den
|
||||
Danish (Dansk) Hej, Goddag
|
||||
English Hello
|
||||
Esperanto Saluton
|
||||
Estonian Tere, Tervist
|
||||
FORTRAN PROGRAM
|
||||
Finnish (Suomi) Hei
|
||||
French (Français) Bonjour, Salut
|
||||
German (Deutsch Nord) Guten Tag
|
||||
German (Deutsch Süd) Grüß Gott
|
||||
Greek (Ελληνικά) Γειά σας
|
||||
Hebrew שלו×<E280A2>
|
||||
Hindi नमसà¥<C3A0>ते, à¨à¤®à¤¸à¥<C3A0>कार।
|
||||
Italiano Ciao, Buon giorno
|
||||
Maltese Ċaw, Saħħa
|
||||
Nederlands, Vlaams Hallo, Dag
|
||||
Norwegian (Norsk) Hei, God dag
|
||||
Polish Dzień dobry, Hej
|
||||
Russian (РуÑ<C692>Ñ<EFBFBD>кий) ЗдравÑ<C2B2>твуйте!‎
|
||||
Slovak Dobrý deň
|
||||
Spanish (Español) ‎¡Hola!‎
|
||||
Swedish (Svenska) Hej, Goddag
|
||||
Thai (ภาษาไทย) สวัสดีครับ, สวัสดีค่ะ
|
||||
Turkish (Türkçe) Merhaba
|
||||
Vietnamese (Tiếng Việt) Xin Chà o
|
||||
Yiddish (ײַדישע) ד×<E2809C>ָס הײַזעלע
|
||||
|
||||
Japanese (日本語) ã<>“ã‚“ã<E2809C>«ã<C2AB>¡ã<C2A1>¯, コï¾<C3AF>ニï¾<C3AF>ハ
|
||||
Chinese (䏿–‡,普通è¯<C3A8>,汉è¯) ä½ å¥½
|
||||
Cantonese (粵語,廣æ<C2A3>±è©±) 早晨, ä½ å¥½
|
||||
Korean (한글) 안녕하세요, 안녕하ì‹ë‹ˆê¹Œ
|
||||
|
||||
Difference among chinese characters in GB, JIS, KSC, BIG5:‎
|
||||
GB -- 元气 å¼€å<E282AC>‘
|
||||
JIS -- 元気 開発
|
||||
KSC -- 元氣 開發
|
||||
BIG5 -- 元氣 開發
|
||||
|
||||
|
||||
</foobar>
|
||||
2
glib/tests/markups/fail-30.expected
Normal file
2
glib/tests/markups/fail-30.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &
|
||||
1
glib/tests/markups/fail-30.gmarkup
Normal file
1
glib/tests/markups/fail-30.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>&sdfkljsdsdfsdfsdfsdf</foo>
|
||||
2
glib/tests/markups/fail-31.expected
Normal file
2
glib/tests/markups/fail-31.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Failed to parse “34592348345343453453455645765736575865767”, which should have been a digit inside a character reference (ê for example) — perhaps the digit is too large
|
||||
1
glib/tests/markups/fail-31.gmarkup
Normal file
1
glib/tests/markups/fail-31.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>�</foo>
|
||||
2
glib/tests/markups/fail-32.expected
Normal file
2
glib/tests/markups/fail-32.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Character reference “0” does not encode a permitted character
|
||||
1
glib/tests/markups/fail-32.gmarkup
Normal file
1
glib/tests/markups/fail-32.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>�</foo>
|
||||
2
glib/tests/markups/fail-33.expected
Normal file
2
glib/tests/markups/fail-33.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Failed to parse “”, which should have been a digit inside a character reference (ê for example) — perhaps the digit is too large
|
||||
1
glib/tests/markups/fail-33.gmarkup
Normal file
1
glib/tests/markups/fail-33.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>&#;</foo>
|
||||
2
glib/tests/markups/fail-34.expected
Normal file
2
glib/tests/markups/fail-34.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &
|
||||
1
glib/tests/markups/fail-34.gmarkup
Normal file
1
glib/tests/markups/fail-34.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>𹋺</foo>
|
||||
2
glib/tests/markups/fail-35.expected
Normal file
2
glib/tests/markups/fail-35.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &
|
||||
1
glib/tests/markups/fail-35.gmarkup
Normal file
1
glib/tests/markups/fail-35.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>gedit&</foo>
|
||||
4
glib/tests/markups/fail-36.expected
Normal file
4
glib/tests/markups/fail-36.expected
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT '<27>'
|
||||
END 'foo'
|
||||
ERROR Error on line 2 char 1: “^$non-carriage-null-fail|” is not a valid name
|
||||
1
glib/tests/markups/fail-36.gmarkup
Normal file
1
glib/tests/markups/fail-36.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo><3E></foo><^$non-carriage-null-fail|>
|
||||
1
glib/tests/markups/fail-37.expected
Normal file
1
glib/tests/markups/fail-37.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 2: “ ” is not a valid character following a “<” character; it may not begin an element name
|
||||
1
glib/tests/markups/fail-37.gmarkup
Normal file
1
glib/tests/markups/fail-37.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
< foo>
|
||||
3
glib/tests/markups/fail-38.expected
Normal file
3
glib/tests/markups/fail-38.expected
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT 'data'
|
||||
ERROR Error on line 1 char 11: “ ” is not a valid character following a “<” character; it may not begin an element name
|
||||
1
glib/tests/markups/fail-38.gmarkup
Normal file
1
glib/tests/markups/fail-38.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>data< /foo>
|
||||
3
glib/tests/markups/fail-39.expected
Normal file
3
glib/tests/markups/fail-39.expected
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT 'data'
|
||||
ERROR Error on line 1 char 12: “ ” is not a valid character following the characters “</”; “ ” may not begin an element name
|
||||
1
glib/tests/markups/fail-39.gmarkup
Normal file
1
glib/tests/markups/fail-39.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo>data</ foo>
|
||||
1
glib/tests/markups/fail-4.expected
Normal file
1
glib/tests/markups/fail-4.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 1: Document must begin with an element (e.g. <book>)
|
||||
1
glib/tests/markups/fail-4.gmarkup
Normal file
1
glib/tests/markups/fail-4.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
foo
|
||||
2
glib/tests/markups/fail-40.expected
Normal file
2
glib/tests/markups/fail-40.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'bla'
|
||||
ERROR Error on line 1: Entity name “unknownentityname” is not known
|
||||
1
glib/tests/markups/fail-40.gmarkup
Normal file
1
glib/tests/markups/fail-40.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<bla>&unknownentityname;</bla>
|
||||
1
glib/tests/markups/fail-41.expected
Normal file
1
glib/tests/markups/fail-41.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 2 char 1: Invalid UTF-8 encoded text in name — not valid “abcäöüâ€<C3A2>
|
||||
3
glib/tests/markups/fail-41.gmarkup
Normal file
3
glib/tests/markups/fail-41.gmarkup
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<abc<62><63><EFBFBD>>
|
||||
abc<EFBFBD><EFBFBD><EFBFBD>
|
||||
</abc<62><63><EFBFBD>>
|
||||
1
glib/tests/markups/fail-42.expected
Normal file
1
glib/tests/markups/fail-42.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 3: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &
|
||||
5
glib/tests/markups/fail-42.gmarkup
Normal file
5
glib/tests/markups/fail-42.gmarkup
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<foo bar="ab
|
||||
cd
|
||||
<
|
||||
de
|
||||
fg"></foo>
|
||||
1
glib/tests/markups/fail-43.expected
Normal file
1
glib/tests/markups/fail-43.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 10: Odd character “≈”, expected a “=” after attribute name “bar” of element “foo”
|
||||
1
glib/tests/markups/fail-43.gmarkup
Normal file
1
glib/tests/markups/fail-43.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo bar ≈"baz"></foo>
|
||||
2
glib/tests/markups/fail-44.expected
Normal file
2
glib/tests/markups/fail-44.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 1 char 6: Odd character “≻”, expected a “>” character to end the empty-element tag “foo”
|
||||
1
glib/tests/markups/fail-44.gmarkup
Normal file
1
glib/tests/markups/fail-44.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo/≻
|
||||
3
glib/tests/markups/fail-45.expected
Normal file
3
glib/tests/markups/fail-45.expected
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT ''
|
||||
ERROR Error on line 1 char 12: “≻” is not a valid character following the close element name “foo”; the allowed character is “>”
|
||||
1
glib/tests/markups/fail-45.gmarkup
Normal file
1
glib/tests/markups/fail-45.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo></foo ≻
|
||||
2
glib/tests/markups/fail-46.expected
Normal file
2
glib/tests/markups/fail-46.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'foo'
|
||||
ERROR Error on line 3 char 2: Document ended unexpectedly with elements still open — “foo” was the last element opened
|
||||
2
glib/tests/markups/fail-46.gmarkup
Normal file
2
glib/tests/markups/fail-46.gmarkup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<foo>
|
||||
abc
|
||||
1
glib/tests/markups/fail-47.expected
Normal file
1
glib/tests/markups/fail-47.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1: Failed to parse “”, which should have been a digit inside a character reference (ê for example) — perhaps the digit is too large
|
||||
1
glib/tests/markups/fail-47.gmarkup
Normal file
1
glib/tests/markups/fail-47.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo bar="&#𝐀;"></foo>
|
||||
1
glib/tests/markups/fail-48.expected
Normal file
1
glib/tests/markups/fail-48.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 2 char 2: Odd character “>”, expected a “=” after attribute name “bar” of element “fail”
|
||||
2
glib/tests/markups/fail-48.gmarkup
Normal file
2
glib/tests/markups/fail-48.gmarkup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<fail foo="foo" bar
|
||||
></foo>
|
||||
3
glib/tests/markups/fail-49.expected
Normal file
3
glib/tests/markups/fail-49.expected
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ELEMENT 'foo'
|
||||
TEXT ''
|
||||
ERROR Error on line 2 char 2: Document ended unexpectedly inside the close tag for element “foo”
|
||||
1
glib/tests/markups/fail-49.gmarkup
Normal file
1
glib/tests/markups/fail-49.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<foo></foo
|
||||
1
glib/tests/markups/fail-5.expected
Normal file
1
glib/tests/markups/fail-5.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 2 char 1: “|foo” is not a valid name
|
||||
2
glib/tests/markups/fail-5.gmarkup
Normal file
2
glib/tests/markups/fail-5.gmarkup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<|foo>
|
||||
</|foo>
|
||||
1
glib/tests/markups/fail-50.expected
Normal file
1
glib/tests/markups/fail-50.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 5: Odd character “\xfc”, expected an open quote mark after the equals sign when giving value for attribute “r” of element “”
|
||||
1
glib/tests/markups/fail-50.gmarkup
Normal file
1
glib/tests/markups/fail-50.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
< r=<3D>
|
||||
1
glib/tests/markups/fail-51.expected
Normal file
1
glib/tests/markups/fail-51.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 5: Document ended unexpectedly inside the close tag for an unopened element
|
||||
1
glib/tests/markups/fail-51.gmarkup
Normal file
1
glib/tests/markups/fail-51.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
</0<
|
||||
1
glib/tests/markups/fail-52.expected
Normal file
1
glib/tests/markups/fail-52.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 5: Odd character “\xfc”, expected a “=” after attribute name “r” of element “”
|
||||
1
glib/tests/markups/fail-52.gmarkup
Normal file
1
glib/tests/markups/fail-52.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
< r <20>
|
||||
2
glib/tests/markups/fail-53.expected
Normal file
2
glib/tests/markups/fail-53.expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ELEMENT 'r'
|
||||
ERROR Error on line 1 char 4: Odd character “\xfc”, expected a “>” character to end the empty-element tag “r”
|
||||
1
glib/tests/markups/fail-53.gmarkup
Normal file
1
glib/tests/markups/fail-53.gmarkup
Normal file
|
|
@ -0,0 +1 @@
|
|||
<r/<2F>
|
||||
1
glib/tests/markups/fail-54.expected
Normal file
1
glib/tests/markups/fail-54.expected
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR Error on line 1 char 7908: Too many attributes in element “r”
|
||||
1
glib/tests/markups/fail-54.gmarkup
Normal file
1
glib/tests/markups/fail-54.gmarkup
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue