summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webvtt/parsing/cue-text-parsing/dat/text.dat
blob: e4129a2ec944e19434784e366bedf719fd92ac09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#data
text
#errors
#document-fragment
| "text"

#data
text1\ntext2
#errors
#document-fragment
| "text1\ntext2"

#data
foo\x00bar
#errors
#document-fragment
| "foo\uFFFDbar"

#data
\u2713
#errors
#document-fragment
| "\u2713"

#data
text1\n\ntext2
#errors
#document-fragment
| "text1"