File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
echo tidy_get_error_buffer ($ a );
9
9
10
10
?>
11
- --EXPECT --
11
+ --EXPECTF --
12
12
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
13
- line 1 column 7 - Error: <asd> is not recognized !
13
+ line 1 column 7 - Error: <asd> is not recogni%ced !
14
14
line 1 column 7 - Warning: discarding unexpected <asd>
15
15
line 1 column 17 - Warning: discarding unexpected </html>
16
16
line 1 column 7 - Warning: inserting missing 'title' element
Original file line number Diff line number Diff line change 7
7
$ a = tidy_parse_string ("<HTML><asd asdf></HTML> " );
8
8
echo $ a ->errorBuffer ;
9
9
?>
10
- --EXPECT --
10
+ --EXPECTF --
11
11
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
12
- line 1 column 7 - Error: <asd> is not recognized !
12
+ line 1 column 7 - Error: <asd> is not recogni%ced !
13
13
line 1 column 7 - Warning: discarding unexpected <asd>
14
14
line 1 column 17 - Warning: discarding unexpected </html>
15
15
line 1 column 7 - Warning: inserting missing 'title' element
You can’t perform that action at this time.
0 commit comments