1
edit
Changes
→Bad
We <i><b>are</i> in </b> New York City
</pre>
===Cue Text Special Character Escape Format===
* checking if the parser correctly invalidates improper special character escapes
<pre>
WEBVTT
00:11.000 --> 00:13.000
Test Ampersand escape: &a;
</pre>
<pre>
WEBVTT
00:11.000 --> 00:13.000
Test Ampersand escape: &am;
</pre>
<pre>
WEBVTT
00:11.000 --> 00:13.000
Test Ampersand escape: &m;
</pre>
<pre>
WEBVTT
00:11.000 --> 00:13.000
Test Ampersand escape: ∓
</pre>
<pre>
WEBVTT
00:11.000 --> 00:13.000
Test Ampersand escape: &p;
</pre>
<pre>
WEBVTT
00:11.000 --> 00:13.000
Test Ampersand escape: &;
</pre>
<pre>
WEBVTT
00:11.000 --> 00:13.000
Test Ampersand escape: ≈
</pre>
===Cue Text Special Characters===
* checking if the parser correctly invalidates special characters without escapes
===Cue Text Class Format===