mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
[browser test] Headings now include a buffer space
Confirmed with James F that this was an intentional Parsoid change (and not a bug). Change-Id: I21d7eba4675eaf7250267003516585e96069b4e6
This commit is contained in:
parent
35dc56fec8
commit
ba90be7d7a
|
@ -10,12 +10,12 @@ Feature: VisualEditor Headings
|
|||
Then <headings_string> should appear in the diff view
|
||||
And I can click the X on the save box
|
||||
Examples:
|
||||
| headings_interface_name | headings_string |
|
||||
| Paragraph | "^Editing" |
|
||||
| Heading | "^==Editing" |
|
||||
| Subheading1 | "^===Editing" |
|
||||
| Subheading2 | "^====Editing" |
|
||||
| Subheading3 | "^=====Editing" |
|
||||
| Subheading4 | "^======Editing" |
|
||||
| Preformatted | " Editing" |
|
||||
| Page title | "^=Editing" |
|
||||
| headings_interface_name | headings_string |
|
||||
| Paragraph | "^Editing" |
|
||||
| Heading | "^== Editing" |
|
||||
| Subheading1 | "^=== Editing" |
|
||||
| Subheading2 | "^==== Editing" |
|
||||
| Subheading3 | "^===== Editing" |
|
||||
| Subheading4 | "^====== Editing" |
|
||||
| Preformatted | " Editing" |
|
||||
| Page title | "^= Editing" |
|
||||
|
|
Loading…
Reference in a new issue