chromium/third_party/blink/web_tests/external/wpt/webvtt/parsing/cue-text-parsing/dat/text.dat

#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"