File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,18 @@ into the corresponding Unicode code point. (Note that this option also
45
45
affects the interpretation of ` test.output ` .)
46
46
47
47
` test.initialStates ` is a list of strings, each being the name of a
48
- tokenizer state. The test should be run once for each string, using it
48
+ tokenizer state which can be one of the following:
49
+
50
+ - ` Data state `
51
+ - ` PLAINTEXT state `
52
+ - ` RCDATA state `
53
+ - ` RAWTEXT state `
54
+ - ` Script data state `
55
+ - ` CDATA section state `
56
+
57
+ The test should be run once for each string, using it
49
58
to set the tokenizer's initial state for that run. If
50
- ` test.initialStates ` is omitted, it defaults to ` ["data state"] ` .
59
+ ` test.initialStates ` is omitted, it defaults to ` ["Data state"] ` .
51
60
52
61
` test.lastStartTag ` is a lowercase string that should be used as "the
53
62
tag name of the last start tag to have been emitted from this
You can’t perform that action at this time.
0 commit comments